mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
10 lines
165 B
Plaintext
10 lines
165 B
Plaintext
# $NetBSD: INSTALL,v 1.1 2008/09/24 11:37:31 taca Exp $
|
|
|
|
DBUS_UUIDGEN="@PREFIX@/bin/dbus-uuidgen"
|
|
|
|
case ${STAGE} in
|
|
POST-INSTALL)
|
|
${DBUS_UUIDGEN} --ensure
|
|
;;
|
|
esac
|