aboutsummaryrefslogtreecommitdiffstats
path: root/main/libgnome/libgnome.pre-deinstall
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2014-02-05 11:46:25 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2014-02-05 11:46:25 +0000
commit6a8ee2e4c4b7907f1e1bb437126b1cea23ece996 (patch)
tree3ed841fb44e061b227276972373bfe18efcb2dd6 /main/libgnome/libgnome.pre-deinstall
parent259c9f74afaeae589d53fd294110a8a923a69b1d (diff)
downloadaports-6a8ee2e4c4b7907f1e1bb437126b1cea23ece996.tar.bz2
aports-6a8ee2e4c4b7907f1e1bb437126b1cea23ece996.tar.xz
main/libgnome: rebuild against gtk3 and speedup gconf
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 5a070981ee..52aefbbe06 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