diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-11-28 23:29:15 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-11-28 23:29:15 -0600 |
commit | add341badb67c637cdd40a819bd887d5a9e3d194 (patch) | |
tree | 6579f0c43639f3ea63000a99c4e2e3d8024c388a | |
parent | ec6e16b23dd4a92ee4fd7f12a083ab82bd211053 (diff) |
doinst.sh: update the gio module cache
-rw-r--r-- | doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -53,3 +53,7 @@ if [ -e usr/share/glib-2.0/schemas ]; then /usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas >/dev/null 2>&1 fi fi + +# If needed -- be sure to sed @LIBDIR@ inside the build script +chroot . /usr/bin/gio-querymodules @LIBDIR@/gio/modules/ 1> /dev/null 2> /dev/null + |