diff options
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 |
commit | 5d835f08aa4bbc93a5c59947270d99577094eeab (patch) | |
tree | 32aa6c14bd1d3c00dd745a2feb2ea14a4baad368 | |
parent | 4b4f774635fb329c75f6d9fb8b8be274a588f55f (diff) |
doinst.sh: compile glib2 schemas if needed
This is not really relevant for us yet, but it won't hurt.
-rw-r--r-- | doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 + |