aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/gnome-settings-daemon/gnome-settings-daemon.pre-deinstall
blob: 19cf86965fda4cbf0b151707ff94903735da0d6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

for i in \
	apps_gnome_settings_daemon_housekeeping.schemas \
	apps_gnome_settings_daemon_keybindings.schemas \
	apps_gnome_settings_daemon_xrandr.schemas \
	desktop_gnome_font_rendering.schemas \
	desktop_gnome_keybindings.schemas \
	desktop_gnome_peripherals_smartcard.schemas \
	desktop_gnome_peripherals_touchpad.schemas \
	gnome-settings-daemon.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