]> git.pld-linux.org Git - packages/GConf2.git/commitdiff
- obsolete
authorfreetz <freetz@pld-linux.org>
Mon, 10 Jul 2006 20:56:28 +0000 (20:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    GConf2-merge-tree.xinit -> 1.2

GConf2-merge-tree.xinit [deleted file]

diff --git a/GConf2-merge-tree.xinit b/GConf2-merge-tree.xinit
deleted file mode 100644 (file)
index f0c78c1..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# If the .gconf directory already exists, merge it in a single tree.
-# Otherwise, create %gconf-tree.xml so that a single tree is always
-# used.
-
-if [ -x /usr/bin/gconf-merge-tree ]; then
-       GCONF_DIR="$HOME/.gconf"
-       GCONF_TREE="$GCONF_DIR/%gconf-tree.xml"
-       GCONF_DONT="$GCONF_DIR/DONT-MIGRATE"
-
-       if [ -d "$GCONF_DIR" ]
-       then
-               if [ ! -f "$GCONF_TREE" ] && [ ! -f "$GCONF_DONT" ]
-               then
-                       /usr/bin/gconf-merge-tree "$GCONF_DIR"
-                       killall -q -u "$USER" -s HUP gconfd-2 >/dev/null 2>&1 || true
-               fi
-       else
-               mkdir -p -m 700 "$GCONF_DIR"
-               touch "$GCONF_TREE"
-               chmod 600 "$GCONF_TREE"
-       fi
-fi
This page took 0.18016 seconds and 4 git commands to generate.