diff options
Diffstat (limited to 'desktop/mousepad/doinst.sh')
-rw-r--r-- | desktop/mousepad/doinst.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/mousepad/doinst.sh b/desktop/mousepad/doinst.sh index 3e5691a052b5..0254ea06d878 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 |