desktop/glabels: Compile glib schemas in doinst.sh.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Sebastien Ballet 2017-01-11 17:42:27 +01:00 committed by Willy Sudiarto Raharjo
parent 3bd563f529
commit 4c2d777311
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -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