diff options
Diffstat (limited to 'academic/gwyddion/doinst.sh')
-rw-r--r-- | academic/gwyddion/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/academic/gwyddion/doinst.sh b/academic/gwyddion/doinst.sh index 7e15f42bf4b98..24d14dac14ff6 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 |