summaryrefslogtreecommitdiffstats
path: root/system/d-feet/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/d-feet/doinst.sh')
-rw-r--r--system/d-feet/doinst.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/d-feet/doinst.sh b/system/d-feet/doinst.sh
index 4a25de5e6f..401d987795 100644
--- a/system/d-feet/doinst.sh
+++ b/system/d-feet/doinst.sh
@@ -8,3 +8,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