summaryrefslogtreecommitdiffstats
path: root/main/gnome-vfs/gnome-vfs.pre-deinstall
blob: 3cd527cfa3e6ce519bc9b17ec9600346e0c5f2f2 (plain)
1
2
3
4
5
6
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