aports/testing/totem/totem.post-upgrade
2011-01-25 19:47:56 -06:00

12 lines
299 B
Bash

#!/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