summaryrefslogtreecommitdiffstats
path: root/system/dconf/doinst.sh
diff options
context:
space:
mode:
author dsomero2011-04-07 21:55:49 +0200
committer Robby Workman2011-04-11 07:10:02 +0200
commit4a7f4d38f9621382beeee694e1544302985f171d (patch)
tree80f64da1e8c28603e264728d566774b2d8120f1a /system/dconf/doinst.sh
parent709bc705b651947c87b07490fc59dbb19be7b1ca (diff)
downloadslackbuilds-4a7f4d38f9621382beeee694e1544302985f171d.tar.gz
system/dconf: Added (low-level configuration system)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/dconf/doinst.sh')
-rw-r--r--system/dconf/doinst.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/dconf/doinst.sh b/system/dconf/doinst.sh
new file mode 100644
index 0000000000..6b275a50c2
--- /dev/null
+++ b/system/dconf/doinst.sh
@@ -0,0 +1,5 @@
+# Reload messagebus service
+if [ -x etc/rc.d/rc.messagebus ]; then
+ chroot . /etc/rc.d/rc.messagebus reload
+fi
+