slackbuilds_ponce/system/dconf/doinst.sh

6 lines
113 B
Bash
Raw Normal View History

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