summaryrefslogtreecommitdiffstats
path: root/main/gnome-vfs/gnome-vfs.pre-deinstall
blob: 0e5f3c787476f2116612ae2574313125356559ad (plain)
1
2
3
4
5
6
7
8
9
10
#!/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
	SCHEMAS="$SCHEMAS /etc/gconf/schemas/$i"
done

echo "Uninstalling gnome-vfs GConf2 schemas"

GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \
	/usr/bin/gconftool-2 --makefile-uninstall-rule $SCHEMAS > /dev/null