From 44f54e4c9c8382221291aae6a2eb911529e00ff8 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 29 Jun 2008 22:51:10 +0000 Subject: Reload the messagebus after installation --- wicd/build/wicd.SlackBuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'wicd') diff --git a/wicd/build/wicd.SlackBuild b/wicd/build/wicd.SlackBuild index 9b72e72b..286f8b58 100755 --- a/wicd/build/wicd.SlackBuild +++ b/wicd/build/wicd.SlackBuild @@ -195,6 +195,11 @@ if ! grep -q "rc.wicd" etc/rc.d/rc.local ; then _EOM_ fi +# Restart the D-Bus message bus: +if [ -x etc/rc.d/rc.messagebus ]; then + chroot . /etc/rc.d/rc.messagebus reload +fi + # Update the desktop database: if [ -x usr/bin/update-desktop-database ]; then chroot . /usr/bin/update-desktop-database /usr/share/applications > /dev/null 2>&1 -- cgit v1.2.3