a1628c643e
Also remove the REMOVE script, which is completely wrong.
9 lines
290 B
Text
9 lines
290 B
Text
case "${ACTION}" in
|
|
post)
|
|
[ ! -d var/lib/dbus ] && install -d var/lib/dbus
|
|
[ ! -d etc/dbus-1/session.d ] && install -d etc/dbus-1/session.d
|
|
chown root:22 usr/libexec/dbus-daemon-launch-helper
|
|
chmod 4750 usr/libexec/dbus-daemon-launch-helper
|
|
usr/bin/dbus-uuidgen --ensure || :
|
|
;;
|
|
esac
|