diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-01-25 19:47:56 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-01-25 19:47:56 -0600 |
commit | c4564f028834be792fa2906628818376c91c3cac (patch) | |
tree | 5a3b2514c7b0046213ae85c454f772434d43daba /testing/totem/totem.pre-deinstall | |
parent | 8de9d324148f021a711a4f4d722dcb4f467864c9 (diff) | |
download | aports-c4564f028834be792fa2906628818376c91c3cac.tar.bz2 aports-c4564f028834be792fa2906628818376c91c3cac.tar.xz |
testing/totem: new aport
Diffstat (limited to 'testing/totem/totem.pre-deinstall')
-rw-r--r-- | testing/totem/totem.pre-deinstall | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/totem/totem.pre-deinstall b/testing/totem/totem.pre-deinstall new file mode 100644 index 0000000000..c495189c7c --- /dev/null +++ b/testing/totem/totem.pre-deinstall @@ -0,0 +1,11 @@ +#!/bin/sh + +for i in \ + totem.schemas \ + totem-handlers.schemas \ + totem-video-thumbnail.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 |