Browse Source

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

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
pull/28/head
Sebastien Ballet 9 years ago
committed by Willy Sudiarto Raharjo
parent
commit
4c2d777311
No known key found for this signature in database GPG Key ID: 887B8374D7333381
  1. 6
      desktop/glabels/doinst.sh

6
desktop/glabels/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
Loading…
Cancel
Save