pkgsrc/sysutils/dbus/INSTALL
taca 9ec7528abd Some maintainous to dbus pacakge, approved by agc@.
* Change "${VARBASE}/lib/dbus" to "${VARBASE}/db/dbus".
* Create "${VARBASE}/db/dbus" with OWN_DIRS_PERMS at install time.
* Generate "${VARBASE}/db/dbus/machine-id" file at install time.
* Install dbus-daemon-launch-helper with mode 04550 instead of 04750.

It solves start gimp successfully without running dbus-daemon as before.

Bump PKGREVISION.
2008-09-24 11:37:31 +00:00

9 lines
165 B
Text

# $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