summaryrefslogtreecommitdiffstats
path: root/desktop/mousepad/doinst.sh
diff options
context:
space:
mode:
author Aaditya Bagga2016-02-21 10:00:16 +0100
committer Willy Sudiarto Raharjo2016-02-22 18:58:52 +0100
commit47a95b51a6acd24a6b2b9af363d50888cee5f4a5 (patch)
tree213fa321706d24fe91f5a9a95a0e2d211b94aaa4 /desktop/mousepad/doinst.sh
parentfc6dc58a6bf3f12d9a31f3d9013931b839930163 (diff)
downloadslackbuilds-47a95b51a6acd24a6b2b9af363d50888cee5f4a5.tar.gz
desktop/mousepad: Updated for version 0.4.0.
Diffstat (limited to 'desktop/mousepad/doinst.sh')
-rw-r--r--desktop/mousepad/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/mousepad/doinst.sh b/desktop/mousepad/doinst.sh
index 3e5691a052..0254ea06d8 100644
--- a/desktop/mousepad/doinst.sh
+++ b/desktop/mousepad/doinst.sh
@@ -7,3 +7,9 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
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