summaryrefslogtreecommitdiffstats
path: root/academic/gwyddion/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'academic/gwyddion/doinst.sh')
-rw-r--r--academic/gwyddion/doinst.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/academic/gwyddion/doinst.sh b/academic/gwyddion/doinst.sh
index 7e15f42bf4..24d14dac14 100644
--- a/academic/gwyddion/doinst.sh
+++ b/academic/gwyddion/doinst.sh
@@ -22,3 +22,8 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
fi
fi
+if [ -e usr/share/glib-2.0/schemas ]; then
+ if [ -x /usr/bin/glib-compile-schemas ]; then
+ /usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas >/dev/null 2>&1
+ fi
+fi