9ec7528abd
* 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.
9 lines
165 B
Text
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
|