diff options
Diffstat (limited to 'audio/rhythmbox/doinst.sh')
-rw-r--r-- | audio/rhythmbox/doinst.sh | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/audio/rhythmbox/doinst.sh b/audio/rhythmbox/doinst.sh index a1f04f1d63..bc51ecfad7 100644 --- a/audio/rhythmbox/doinst.sh +++ b/audio/rhythmbox/doinst.sh @@ -1,13 +1,3 @@ -schema_install() { - SCHEMA="$1" - GCONF_CONFIG_SOURCE="xml::etc/gconf/gconf.xml.defaults" \ - chroot . /usr/bin/gconftool-2 --makefile-install-rule \ - /etc/gconf/schemas/$SCHEMA \ - 1>/dev/null -} - -schema_install rhythmbox.schemas - if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q /usr/share/applications >/dev/null 2>&1 fi @@ -18,3 +8,5 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then fi fi +chroot . /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/ > /dev/null 2>&1 +chroot . /usr/bin/gio-querymodules @LIBDIR@/gio/modules/ > /dev/null 2>&1 |