2009-05-04 21:58:22 +00:00
|
|
|
case "${ACTION}" in
|
|
|
|
post)
|
2011-08-14 08:57:05 +00:00
|
|
|
[ ! -d var/lib/dbus ] && install -d var/lib/dbus
|
2011-08-12 07:27:10 +00:00
|
|
|
[ ! -d etc/dbus-1/session.d ] && install -d etc/dbus-1/session.d
|
2015-01-13 18:09:24 +00:00
|
|
|
chown root:22 usr/libexec/dbus-daemon-launch-helper
|
|
|
|
chmod 4750 usr/libexec/dbus-daemon-launch-helper
|
|
|
|
usr/bin/dbus-uuidgen --ensure || :
|
2009-05-04 21:58:22 +00:00
|
|
|
;;
|
|
|
|
esac
|