summaryrefslogtreecommitdiffstats
path: root/desktop/yad/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/yad/doinst.sh')
-rw-r--r--desktop/yad/doinst.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/yad/doinst.sh b/desktop/yad/doinst.sh
index 19400050fd..d6d225b6df 100644
--- a/desktop/yad/doinst.sh
+++ b/desktop/yad/doinst.sh
@@ -4,3 +4,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