summaryrefslogtreecommitdiffstats
path: root/audio/rhythmbox/doinst.sh
diff options
context:
space:
mode:
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
commit96d5e684078f89d510705df576462770c28551fa (patch)
tree697b0e5944f310d75b855923a659600f8cd8ab20 /audio/rhythmbox/doinst.sh
parenta4cca0cb8d7dd132c72d54ae619757cbcec92948 (diff)
downloadslackbuilds-96d5e684078f89d510705df576462770c28551fa.tar.gz
slackbuilds-96d5e684078f89d510705df576462770c28551fa.tar.xz
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.sh12
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