summaryrefslogtreecommitdiffstats
path: root/main/gst-plugins-good/gst-plugins-good-gnome.pre-deinstall
blob: 5facd9964dc05bd87233db4b49c3cb68e42e4c69 (plain)
1
2
3
4
5
6
7
#!/bin/sh

for i in gstreamer-0.10.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