summaryrefslogtreecommitdiffstats
path: root/system/file-roller/doinst.sh
diff options
context:
space:
mode:
author Frank Endres2017-05-11 17:20:29 +0200
committer Willy Sudiarto Raharjo2017-05-13 01:59:33 +0200
commit1d14fc3cfad5733683da4c12fffeaa76f493c664 (patch)
tree5fc1bfb559fd64e4ea5388af8b157d7ec0949d30 /system/file-roller/doinst.sh
parente61e90de2e3b5986d5c62e56e08c2bedaaa5089e (diff)
downloadslackbuilds-1d14fc3cfad5733683da4c12fffeaa76f493c664.tar.gz
system/file-roller: Updated for version 3.24.1 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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