diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2011-04-07 15:55:49 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-04-11 00:10:02 -0500 |
commit | 4a7f4d38f9621382beeee694e1544302985f171d (patch) | |
tree | 80f64da1e8c28603e264728d566774b2d8120f1a /system/dconf/doinst.sh | |
parent | 709bc705b651947c87b07490fc59dbb19be7b1ca (diff) | |
download | slackbuilds-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.sh | 5 |
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 + |