summaryrefslogtreecommitdiffstats
path: root/system/CPU-X/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/CPU-X/doinst.sh')
-rw-r--r--system/CPU-X/doinst.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/system/CPU-X/doinst.sh b/system/CPU-X/doinst.sh
index a5749a8f36..401d987795 100644
--- a/system/CPU-X/doinst.sh
+++ b/system/CPU-X/doinst.sh
@@ -7,4 +7,9 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
/usr/bin/gtk-update-icon-cache -f 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