diff options
author | Frank Endres <frank.endres@sud-ouest.org> | 2017-05-11 22:20:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-13 06:59:33 +0700 |
commit | 1d14fc3cfad5733683da4c12fffeaa76f493c664 (patch) | |
tree | 5fc1bfb559fd64e4ea5388af8b157d7ec0949d30 /system/file-roller/doinst.sh | |
parent | e61e90de2e3b5986d5c62e56e08c2bedaaa5089e (diff) |
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.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/file-roller/doinst.sh b/system/file-roller/doinst.sh index fdd1ac497f422..9b1d50397adb9 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 |