diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-01-24 11:29:06 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-01-24 11:29:06 -0600 |
commit | 02d24b36f7dd89648923bcae35e271848ab9ca3f (patch) | |
tree | ee0aa5d5801b80f615874fa6b604af4415c040e5 /main/libgweather/libgweather.pre-deinstall | |
parent | 833028ed8cd816c3d0f575b96e38c118f0e40347 (diff) | |
download | aports-02d24b36f7dd89648923bcae35e271848ab9ca3f.tar.bz2 aports-02d24b36f7dd89648923bcae35e271848ab9ca3f.tar.xz |
testing/libgweather: promote to main
Diffstat (limited to 'main/libgweather/libgweather.pre-deinstall')
-rw-r--r-- | main/libgweather/libgweather.pre-deinstall | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/main/libgweather/libgweather.pre-deinstall b/main/libgweather/libgweather.pre-deinstall new file mode 100644 index 000000000..30dad25f8 --- /dev/null +++ b/main/libgweather/libgweather.pre-deinstall @@ -0,0 +1,7 @@ +#!/bin/sh + +for i in gweather.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 |