slackbuilds_ponce/system/dconf/doinst.sh
dsomero 4a7f4d38f9 system/dconf: Added (low-level configuration system)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2011-04-11 00:10:02 -05:00

5 lines
113 B
Bash

# Reload messagebus service
if [ -x etc/rc.d/rc.messagebus ]; then
chroot . /etc/rc.d/rc.messagebus reload
fi