summaryrefslogtreecommitdiffstats
path: root/wicd
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2008-06-29 22:51:10 +0000
committer Eric Hameleers <alien@slackware.com>2008-06-29 22:51:10 +0000
commit44f54e4c9c8382221291aae6a2eb911529e00ff8 (patch)
tree27046825aa0e582164ab08fdfb4553265d4e242d /wicd
parent516597b50314b84bcb2b97ebf901443e989b88fd (diff)
downloadasb-44f54e4c9c8382221291aae6a2eb911529e00ff8.tar.gz
asb-44f54e4c9c8382221291aae6a2eb911529e00ff8.tar.xz
Reload the messagebus after installation
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