summaryrefslogtreecommitdiffstats
path: root/debian/uuid-runtime.prerm
blob: 904e16164b17676efe643d4f34c376595168e4a6 (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh
set -e
if [ -x /usr/sbin/uuidd ]
then
	/usr/sbin/uuidd -k || true
fi

#DEBHELPER#

exit 0