python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / dbus / INSTALL
blob6d2e0a6c199410d3e6d551508f812a5798e3fbfe
1 case "${ACTION}" in
2 post)
3         [ ! -d var/lib/dbus ] && install -d var/lib/dbus
4         [ ! -d etc/dbus-1/session.d ] && install -d etc/dbus-1/session.d
5         chown root:22 usr/libexec/dbus-daemon-launch-helper
6         chmod 4750 usr/libexec/dbus-daemon-launch-helper
7         usr/bin/dbus-uuidgen --ensure || :
8         ;;
9 esac