From c3833d0cb48b3282425065ccf6d59d96ee60a54e Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 12 Apr 2011 09:57:25 +0000 Subject: main/shotwell: moved from testing --- main/shotwell/shotwell.pre-deinstall | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 main/shotwell/shotwell.pre-deinstall (limited to 'main/shotwell/shotwell.pre-deinstall') 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 -- cgit v1.2.3