From 610636c59138251d052ec5464ae13178bdabbd18 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Wed, 12 Sep 2012 23:12:23 -0500 Subject: graphics/gthumb: Updated for version 3.0.1. Signed-off-by: Robby Workman --- graphics/gthumb/doinst.sh | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'graphics/gthumb/doinst.sh') diff --git a/graphics/gthumb/doinst.sh b/graphics/gthumb/doinst.sh index e9903996f3..6fb1283156 100644 --- a/graphics/gthumb/doinst.sh +++ b/graphics/gthumb/doinst.sh @@ -1,11 +1,3 @@ -schema_install() { - SCHEMA="$1" - GCONF_CONFIG_SOURCE="xml::etc/gconf/gconf.xml.defaults" \ - chroot . gconftool-2 --makefile-install-rule \ - /etc/gconf/schemas/$SCHEMA \ - 1>/dev/null -} - if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi @@ -16,3 +8,9 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then fi fi +if [ -e usr/share/glib-2.0/schemas ]; then + if [ -x /usr/bin/glib-compile-schemas ]; then + /usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas >/dev/null 2>&1 + fi +fi + -- cgit v1.2.3