#! /bin/sh
set -e
if [ -x /usr/sbin/uuidd ]
then
	/usr/sbin/uuidd -k || true
fi

#DEBHELPER#

exit 0