From 5d835f08aa4bbc93a5c59947270d99577094eeab Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Thu, 2 Dec 2010 23:38:28 -0600 Subject: doinst.sh: compile glib2 schemas if needed This is not really relevant for us yet, but it won't hurt. --- doinst.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doinst.sh b/doinst.sh index cb44d46..6696de5 100644 --- a/doinst.sh +++ b/doinst.sh @@ -48,3 +48,7 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then fi fi +if [ -x /usr/bin/glib-compile-schemas ]; then + /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/ +fi + -- cgit v1.2.3