diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-12 09:57:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-12 09:57:25 +0000 |
commit | c3833d0cb48b3282425065ccf6d59d96ee60a54e (patch) | |
tree | 58589d63027bf53ecb1a23f91e06448e46e11cbf /main/shotwell/shotwell.pre-deinstall | |
parent | df565c1039100c7e107d8c2c9f964c0812e05f7d (diff) | |
download | aports-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-deinstall | 7 |
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 0000000000..9d3a000300 --- /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 |