summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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
commitadd341badb67c637cdd40a819bd887d5a9e3d194 (patch)
tree6579f0c43639f3ea63000a99c4e2e3d8024c388a
parentec6e16b23dd4a92ee4fd7f12a083ab82bd211053 (diff)
downloadtemplates-add341badb67c637cdd40a819bd887d5a9e3d194.tar.gz
templates-add341badb67c637cdd40a819bd887d5a9e3d194.tar.xz
doinst.sh: update the gio module cache
-rw-r--r--doinst.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/doinst.sh b/doinst.sh
index b273b28..8f47c0f 100644
--- a/doinst.sh
+++ b/doinst.sh
@@ -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
+