summaryrefslogtreecommitdiffstats
path: root/testing/evolution/evolution.pre-deinstall
blob: 9216ac8c2b49a11d6b0330008f2ac0314ea317a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

for i in \
	apps-evolution-attachment-reminder.schemas \
	apps-evolution-mail-notification.schemas \
	apps-evolution-mail-prompts-checkdefault.schemas \
	apps-evolution-template-placeholders.schemas \
	apps_evolution_addressbook.schemas \
	apps_evolution_calendar.schemas \
	apps_evolution_email_custom_header.schemas \
	apps_evolution_shell.schemas \
	bogo-junk-plugin.schemas \
	evolution-mail.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