summaryrefslogtreecommitdiffstats
path: root/testing/evolution/evolution.pre-deinstall
diff options
context:
space:
mode:
Diffstat (limited to 'testing/evolution/evolution.pre-deinstall')
-rw-r--r--testing/evolution/evolution.pre-deinstall18
1 files changed, 0 insertions, 18 deletions
diff --git a/testing/evolution/evolution.pre-deinstall b/testing/evolution/evolution.pre-deinstall
deleted file mode 100644
index 9216ac8c2..000000000
--- a/testing/evolution/evolution.pre-deinstall
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/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