From ceaac30551cde37d86aae1312e46983343f87c55 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Tue, 1 Oct 2019 17:02:03 -0700 Subject: office/grisbi: Updated for version 1.2.2 Signed-off-by: Larry Hajali --- office/grisbi/doinst.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'office/grisbi/doinst.sh') 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 -- cgit v1.2.3