aboutsummaryrefslogtreecommitdiffstats
path: root/community/shotwell/shotwell.pre-deinstall
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-10-29 14:04:00 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-10-29 15:18:02 +0000
commit5b29914c9f9e63776952405511dc69c91c78adf5 (patch)
tree446949cf73fd50757ce84a4e877b3f3b739737b8 /community/shotwell/shotwell.pre-deinstall
parent5f17ef03804c07b43ab6cde0d461096f856953a0 (diff)
downloadaports-5b29914c9f9e63776952405511dc69c91c78adf5.tar.bz2
aports-5b29914c9f9e63776952405511dc69c91c78adf5.tar.xz
community/shotwell: move from main
Diffstat (limited to 'community/shotwell/shotwell.pre-deinstall')
-rw-r--r--community/shotwell/shotwell.pre-deinstall7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/shotwell/shotwell.pre-deinstall b/community/shotwell/shotwell.pre-deinstall
new file mode 100644
index 0000000000..9d3a000300
--- /dev/null
+++ b/community/shotwell/shotwell.pre-deinstall
@@ -0,0 +1,7 @@
+#!/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