summaryrefslogtreecommitdiffstats
path: root/testing/mutter/mutter.pre-deinstall
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-11-01 14:34:55 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-11-01 14:34:55 +0000
commit92b7f59d9e75c4f77c9a12201e108a56271c6e69 (patch)
treed761b5566608ce692bff80d779e6d6241cd1de8a /testing/mutter/mutter.pre-deinstall
parentba5bedd2e941ea0a3339d4cc04fffcc0f72e46c4 (diff)
downloadaports-92b7f59d9e75c4f77c9a12201e108a56271c6e69.tar.bz2
aports-92b7f59d9e75c4f77c9a12201e108a56271c6e69.tar.xz
testing/*: removed non tested packages
we dont ship testing stuff for stable branches
Diffstat (limited to 'testing/mutter/mutter.pre-deinstall')
-rw-r--r--testing/mutter/mutter.pre-deinstall7
1 files changed, 0 insertions, 7 deletions
diff --git a/testing/mutter/mutter.pre-deinstall b/testing/mutter/mutter.pre-deinstall
deleted file mode 100644
index 6ec3c545d..000000000
--- a/testing/mutter/mutter.pre-deinstall
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-for i in mutter.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