From add341badb67c637cdd40a819bd887d5a9e3d194 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Mon, 28 Nov 2011 23:29:15 -0600 Subject: doinst.sh: update the gio module cache --- doinst.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 + -- cgit v1.2.3