# $NetBSD$

DBUS_UUIDGEN="@PREFIX@/bin/dbus-uuidgen"

case ${STAGE} in
POST-INSTALL)
	${DBUS_UUIDGEN} --ensure
	;;
esac
