diff options
author | Daniil Bratashov <dn2010@gmail.com> | 2020-09-11 23:38:08 +0100 |
---|---|---|
committer | Dave Woodfall <dave@slackbuilds.org> | 2020-09-11 23:38:08 +0100 |
commit | 51fd17a1cebf9cf896a9be43f4d9e484e2ae6b4a (patch) | |
tree | ce3f02627764390eb15e419b6d42e22b180b4efc /academic/gwyddion/doinst.sh | |
parent | 6304715eeb23c49da7c779db75ffdf114e5c8b60 (diff) | |
download | slackbuilds-51fd17a1cebf9cf896a9be43f4d9e484e2ae6b4a.tar.gz |
academic/gwyddion: Updated for version 2.56.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'academic/gwyddion/doinst.sh')
-rw-r--r-- | academic/gwyddion/doinst.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/academic/gwyddion/doinst.sh b/academic/gwyddion/doinst.sh index 36863cab7d..8a5ffa8af5 100644 --- a/academic/gwyddion/doinst.sh +++ b/academic/gwyddion/doinst.sh @@ -1,12 +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 -} - -schema_install gwyddion-thumbnailer.schemas if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 |