summaryrefslogtreecommitdiff
path: root/system/file-roller/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/file-roller/doinst.sh')
-rw-r--r--system/file-roller/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/file-roller/doinst.sh b/system/file-roller/doinst.sh
index fdd1ac497f..9b1d50397a 100644
--- a/system/file-roller/doinst.sh
+++ b/system/file-roller/doinst.sh
@@ -12,3 +12,6 @@ if [ -x /usr/bin/update-mime-database ]; then
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
fi
+if [ -x /usr/bin/glib-compile-schemas ]; then
+ /usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas/ 2>/dev/null
+fi