summaryrefslogtreecommitdiffstats
path: root/source/l/GConf/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/l/GConf/doinst.sh (renamed from source/l/hal/doinst.sh)13
1 files changed, 5 insertions, 8 deletions
diff --git a/source/l/hal/doinst.sh b/source/l/GConf/doinst.sh
index a1c86cf41..e5ec93800 100644
--- a/source/l/hal/doinst.sh
+++ b/source/l/GConf/doinst.sh
@@ -11,13 +11,10 @@ config() {
# Otherwise, we leave the .new copy for the admin to consider...
}
-# Keep same perms on rc.hald.new:
-if [ -e etc/rc.d/rc.hald ]; then
- cp -a etc/rc.d/rc.hald etc/rc.d/rc.hald.new.incoming
- cat etc/rc.d/rc.hald.new > etc/rc.d/rc.hald.new.incoming
- mv etc/rc.d/rc.hald.new.incoming etc/rc.d/rc.hald.new
-fi
+config etc/gconf/2/path.new
+config etc/gconf/2/evoldap.conf.new
-config etc/rc.d/rc.hald.new
-config etc/dbus-1/system.d/hal.conf.new
+if [ -x /usr/bin/gio-querymodules ]; then
+ chroot . /usr/bin/gio-querymodules @LIBDIR@/gio/modules/ >/dev/null 2>&1
+fi