diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-01-24 11:19:37 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-01-24 11:19:37 -0600 |
commit | 5c02840ffeb830ffc1b7078d6d8f6efceda46063 (patch) | |
tree | 927e8196a07065fbcd45cc63320f00d6f5715e42 /main/gnome-vfs/gnome-vfs.pre-deinstall | |
parent | f86968721803a448c97832638723c6ac8a351699 (diff) | |
download | aports-5c02840ffeb830ffc1b7078d6d8f6efceda46063.tar.bz2 aports-5c02840ffeb830ffc1b7078d6d8f6efceda46063.tar.xz |
testing/gnome-vfs: promote to main
Diffstat (limited to 'main/gnome-vfs/gnome-vfs.pre-deinstall')
-rw-r--r-- | main/gnome-vfs/gnome-vfs.pre-deinstall | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/main/gnome-vfs/gnome-vfs.pre-deinstall b/main/gnome-vfs/gnome-vfs.pre-deinstall new file mode 100644 index 0000000000..3cd527cfa3 --- /dev/null +++ b/main/gnome-vfs/gnome-vfs.pre-deinstall @@ -0,0 +1,7 @@ +#!/bin/sh + +for i in desktop_default_applications.schemas system_http_proxy.schemas desktop_gnome_url_handlers.schemas system_smb.schemas system_dns_sd.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 +done |