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