From 96d5e684078f89d510705df576462770c28551fa Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Mon, 24 Sep 2012 19:34:22 +0200 Subject: audio/rhytmbox: Updated for version 2.97, several changes. Signed-off-by: Matteo Bernardini --- audio/rhythmbox/doinst.sh | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'audio/rhythmbox/doinst.sh') 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 -- cgit v1.2.3