diff options
author | Niels Horn <niels.horn@gmail.com> | 2013-11-20 19:22:19 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-20 19:22:19 -0600 |
commit | 5ee5750d3b9945226a4c331980dcd2c5e8200227 (patch) | |
tree | 32a3a0e3e77d2ea3abaa3ecc8fbc81bf88ca18f5 /graphics/LDView/doinst.sh | |
parent | f93175a14253e4f29de140176894672d92a5e1da (diff) | |
download | slackbuilds-5ee5750d3b9945226a4c331980dcd2c5e8200227.tar.gz |
graphics/LDView: Go back to version 4.1 and build correctly
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, 0 insertions, 9 deletions
diff --git a/graphics/LDView/doinst.sh b/graphics/LDView/doinst.sh index cb6df023c6..ba98b9dbd5 100644 --- a/graphics/LDView/doinst.sh +++ b/graphics/LDView/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 @@ -13,4 +5,3 @@ 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 |