aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/totem/totem.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/totem/totem.post-install')
-rw-r--r--unmaintained/totem/totem.post-install11
1 files changed, 11 insertions, 0 deletions
diff --git a/unmaintained/totem/totem.post-install b/unmaintained/totem/totem.post-install
new file mode 100644
index 00000000000..87148a8ef8a
--- /dev/null
+++ b/unmaintained/totem/totem.post-install
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+for i in \
+ totem.schemas \
+ totem-handlers.schemas \
+ totem-video-thumbnail.schemas \
+; do
+ echo "Installing GConf2 schema $i."
+ GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \
+ /usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/$i >/dev/null
+done