1#!/bin/sh 2set -e 3if [ "$1" = purge ] 4then 5 rm -rf /var/run/uuidd 6fi 7 8#DEBHELPER# 9 10exit 0 11