diff options
author | Daniil Bratashov <dn2010@gmail.com> | 2012-04-21 08:53:29 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-04-21 08:53:29 -0400 |
commit | 45801d26f8657c31df2bae14a04388f36e86fe05 (patch) | |
tree | 26add776eebfc8493954aa5755a29944c6f374a2 /academic/gwyddion/doinst.sh | |
parent | 694935d32771a52926a5d6a2c4a03c002d342ecb (diff) | |
download | slackbuilds-45801d26f8657c31df2bae14a04388f36e86fe05.tar.gz |
academic/gwyddion: Updated for version 2.27.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'academic/gwyddion/doinst.sh')
-rw-r--r-- | academic/gwyddion/doinst.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/academic/gwyddion/doinst.sh b/academic/gwyddion/doinst.sh index 9830478e8c..7e15f42bf4 100644 --- a/academic/gwyddion/doinst.sh +++ b/academic/gwyddion/doinst.sh @@ -1,3 +1,13 @@ +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 fi |