diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-11-19 17:36:32 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-19 15:23:14 -0600 |
commit | fccacee639f0ceec8855240e17170c3bff1e034f (patch) | |
tree | 5336e6bbd098fd91fde625b57d805e318c1c9e53 /graphics/LDView/doinst.sh | |
parent | fd687014413af1a6b0fc84ed18ee8e1708eb5963 (diff) | |
download | slackbuilds-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.sh | 9 |
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 |