summaryrefslogtreecommitdiffstats
path: root/main/libgnome/libgnome.pre-deinstall
diff options
context:
space:
mode:
Diffstat (limited to 'main/libgnome/libgnome.pre-deinstall')
-rw-r--r--main/libgnome/libgnome.pre-deinstall9
1 files changed, 6 insertions, 3 deletions
diff --git a/main/libgnome/libgnome.pre-deinstall b/main/libgnome/libgnome.pre-deinstall
index 5a070981e..52aefbbe0 100644
--- a/main/libgnome/libgnome.pre-deinstall
+++ b/main/libgnome/libgnome.pre-deinstall
@@ -20,7 +20,10 @@ for i in \
desktop_gnome_thumbnailers.schemas \
desktop_gnome_typing_break.schemas \
; do
- echo "Uninstalling GConf2 schema $i."
- GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \
- /usr/bin/gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/$i > /dev/null
+ SCHEMAS="$SCHEMAS /etc/gconf/schemas/$i"
done
+
+echo "Uninstalling libgnome GConf2 schemas"
+
+GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \
+ /usr/bin/gconftool-2 --makefile-uninstall-rule $SCHEMAS > /dev/null