1#! /bin/sh 2set -e 3if [ -x /usr/sbin/uuidd ] 4then 5 /usr/sbin/uuidd -k || true 6fi 7 8#DEBHELPER# 9 10exit 0 11