diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-24 19:34:22 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-24 22:53:33 -0500 |
commit | 96d5e684078f89d510705df576462770c28551fa (patch) | |
tree | 697b0e5944f310d75b855923a659600f8cd8ab20 /audio/rhythmbox/doinst.sh | |
parent | a4cca0cb8d7dd132c72d54ae619757cbcec92948 (diff) | |
download | slackbuilds-96d5e684078f89d510705df576462770c28551fa.tar.gz |
audio/rhytmbox: Updated for version 2.97, several changes.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
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 |