aboutsummaryrefslogtreecommitdiff
path: root/academic/gwyddion/doinst.sh
diff options
context:
space:
mode:
authorDaniil Bratashov <dn2010@gmail.com>2012-04-21 08:53:29 -0400
committerdsomero <xgizzmo@slackbuilds.org>2012-04-21 08:53:29 -0400
commit45801d26f8657c31df2bae14a04388f36e86fe05 (patch)
tree26add776eebfc8493954aa5755a29944c6f374a2 /academic/gwyddion/doinst.sh
parent694935d32771a52926a5d6a2c4a03c002d342ecb (diff)
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.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/academic/gwyddion/doinst.sh b/academic/gwyddion/doinst.sh
index 9830478e8cc7..7e15f42bf4b9 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