summaryrefslogtreecommitdiffstats
path: root/wicd
diff options
context:
space:
mode:
Diffstat (limited to 'wicd')
-rwxr-xr-xwicd/build/wicd.SlackBuild5
1 files changed, 5 insertions, 0 deletions
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