diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2019-10-01 17:02:03 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-05 13:51:56 +0700 |
commit | ceaac30551cde37d86aae1312e46983343f87c55 (patch) | |
tree | d38ddba16e4b9922bac102318054e78c5189fa7a /office/grisbi/doinst.sh | |
parent | 603aa0ea226e9f2feebafd8fdfaecdadc50afccf (diff) | |
download | slackbuilds-ceaac30551cde37d86aae1312e46983343f87c55.tar.gz |
office/grisbi: Updated for version 1.2.2
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'office/grisbi/doinst.sh')
-rw-r--r-- | office/grisbi/doinst.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/office/grisbi/doinst.sh b/office/grisbi/doinst.sh index aea0f894eb..f25bed6fb6 100644 --- a/office/grisbi/doinst.sh +++ b/office/grisbi/doinst.sh @@ -11,3 +11,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 |