summaryrefslogtreecommitdiff
path: root/graphics/LDView/doinst.sh
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2013-11-19 17:36:32 +0700
committerRobby Workman <rworkman@slackbuilds.org>2013-11-19 15:23:14 -0600
commitfccacee639f0ceec8855240e17170c3bff1e034f (patch)
tree5336e6bbd098fd91fde625b57d805e318c1c9e53 /graphics/LDView/doinst.sh
parentfd687014413af1a6b0fc84ed18ee8e1708eb5963 (diff)
downloadslackbuilds-fccacee639f0ceec8855240e17170c3bff1e034f.tar.gz
graphic/LDView: Updated for version 4.2_beta1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics/LDView/doinst.sh')
-rw-r--r--graphics/LDView/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/LDView/doinst.sh b/graphics/LDView/doinst.sh
index ba98b9dbd5..cb6df023c6 100644
--- a/graphics/LDView/doinst.sh
+++ b/graphics/LDView/doinst.sh
@@ -1,3 +1,11 @@
+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
@@ -5,3 +13,4 @@ if [ -x /usr/bin/update-mime-database ]; then
/usr/bin/update-mime-database /usr/share/mime >/dev/null 2>&1
fi
+schema_install ldraw.schemas