summaryrefslogtreecommitdiffstats
path: root/audio/pithos/doinst.sh
diff options
context:
space:
mode:
author Matteo Bernardini2019-03-16 09:12:52 +0100
committer Matteo Bernardini2019-03-16 09:12:52 +0100
commit58138e58b616963259656dc6620dbed5ff34ea5e (patch)
tree4d5c27760f69a2f40ea00e3a6c88924a7653e056 /audio/pithos/doinst.sh
parent939398f023ffa345d4c394d0b7d870f9b8071ac8 (diff)
downloadslackbuilds-58138e58b616963259656dc6620dbed5ff34ea5e.tar.gz
20190316.1 global branch merge.current-20190316.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/pithos/doinst.sh')
-rw-r--r--audio/pithos/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/pithos/doinst.sh b/audio/pithos/doinst.sh
index 4a25de5e6f..e924bab47c 100644
--- a/audio/pithos/doinst.sh
+++ b/audio/pithos/doinst.sh
@@ -8,3 +8,9 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
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
+