void-packages/srcpkgs/dbus/REMOVE

11 lines
160 B
Plaintext

#
# This script removes pre-created dirs required for dbus-daemon.
#
case "${ACTION}" in
post)
if [ -d var/run/dbus ]; then
rm -rf var/run/dbus
fi
;;
esac