summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2010-12-02 23:38:28 -0600
committer Robby Workman <rworkman@slackbuilds.org>2010-12-02 23:38:28 -0600
commit5d835f08aa4bbc93a5c59947270d99577094eeab (patch)
tree32aa6c14bd1d3c00dd745a2feb2ea14a4baad368
parent4b4f774635fb329c75f6d9fb8b8be274a588f55f (diff)
downloadtemplates-5d835f08aa4bbc93a5c59947270d99577094eeab.tar.gz
templates-5d835f08aa4bbc93a5c59947270d99577094eeab.tar.xz
doinst.sh: compile glib2 schemas if needed
This is not really relevant for us yet, but it won't hurt.
-rw-r--r--doinst.sh4
1 files changed, 4 insertions, 0 deletions
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
+