summaryrefslogtreecommitdiffstats
path: root/main/shotwell/shotwell.pre-deinstall
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-04-12 09:57:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-04-12 09:57:25 +0000
commitc3833d0cb48b3282425065ccf6d59d96ee60a54e (patch)
tree58589d63027bf53ecb1a23f91e06448e46e11cbf /main/shotwell/shotwell.pre-deinstall
parentdf565c1039100c7e107d8c2c9f964c0812e05f7d (diff)
downloadaports-c3833d0cb48b3282425065ccf6d59d96ee60a54e.tar.bz2
aports-c3833d0cb48b3282425065ccf6d59d96ee60a54e.tar.xz
main/shotwell: moved from testing
Diffstat (limited to 'main/shotwell/shotwell.pre-deinstall')
-rw-r--r--main/shotwell/shotwell.pre-deinstall7
1 files changed, 7 insertions, 0 deletions
diff --git a/main/shotwell/shotwell.pre-deinstall b/main/shotwell/shotwell.pre-deinstall
new file mode 100644
index 000000000..9d3a00030
--- /dev/null
+++ b/main/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