aboutsummaryrefslogtreecommitdiffstats
path: root/testing/totem/totem.pre-deinstall
diff options
context:
space:
mode:
Diffstat (limited to 'testing/totem/totem.pre-deinstall')
-rw-r--r--testing/totem/totem.pre-deinstall11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/totem/totem.pre-deinstall b/testing/totem/totem.pre-deinstall
deleted file mode 100644
index c495189c7c..0000000000
--- a/testing/totem/totem.pre-deinstall
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/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