From 5b29914c9f9e63776952405511dc69c91c78adf5 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 29 Oct 2015 14:04:00 +0000 Subject: community/shotwell: move from main --- community/shotwell/shotwell.pre-deinstall | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 community/shotwell/shotwell.pre-deinstall (limited to 'community/shotwell/shotwell.pre-deinstall') 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 -- cgit v1.2.3