aboutsummaryrefslogtreecommitdiffstats
path: root/community/libgweather/libgweather.pre-deinstall
diff options
context:
space:
mode:
Diffstat (limited to 'community/libgweather/libgweather.pre-deinstall')
-rw-r--r--community/libgweather/libgweather.pre-deinstall7
1 files changed, 0 insertions, 7 deletions
diff --git a/community/libgweather/libgweather.pre-deinstall b/community/libgweather/libgweather.pre-deinstall
deleted file mode 100644
index 30dad25f8d..0000000000
--- a/community/libgweather/libgweather.pre-deinstall
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-for i in gweather.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