diff options
| author | Carlo Landmeter <clandmeter@gmail.com> | 2014-10-27 23:50:21 +0100 |
|---|---|---|
| committer | Carlo Landmeter <clandmeter@gmail.com> | 2014-10-27 23:50:21 +0100 |
| commit | c3541b18d6c6d6629f8e5a9ca28223fdaf047e54 (patch) | |
| tree | 4b70a53e5ff846291b21b47c52e7980e13ce795b /unmaintained/evolution/evolution.pre-deinstall | |
| parent | 3fcf6238207d34a493774851a215bcda13a133e2 (diff) | |
| download | aports-c3541b18d6c6d6629f8e5a9ca28223fdaf047e54.tar.bz2 aports-c3541b18d6c6d6629f8e5a9ca28223fdaf047e54.tar.xz | |
testing/evolution: unmaintained
Diffstat (limited to 'unmaintained/evolution/evolution.pre-deinstall')
| -rw-r--r-- | unmaintained/evolution/evolution.pre-deinstall | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/unmaintained/evolution/evolution.pre-deinstall b/unmaintained/evolution/evolution.pre-deinstall new file mode 100644 index 0000000000..9216ac8c2b --- /dev/null +++ b/unmaintained/evolution/evolution.pre-deinstall @@ -0,0 +1,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 |
