summaryrefslogtreecommitdiffstats
path: root/debian/uuid-runtime.postrm
blob: fb80ec213327a55e5ac29d55ffb9425391d556f4 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

if [ "$1" = purge ]; then
	rm -rf /var/run/uuidd
fi

#DEBHELPER#