From c4564f028834be792fa2906628818376c91c3cac Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 25 Jan 2011 19:47:56 -0600 Subject: testing/totem: new aport --- testing/totem/totem.post-install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/totem/totem.post-install (limited to 'testing/totem/totem.post-install') diff --git a/testing/totem/totem.post-install b/testing/totem/totem.post-install new file mode 100644 index 000000000..87148a8ef --- /dev/null +++ b/testing/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 -- cgit v1.2.3