diff options
Diffstat (limited to 'source/l/glib2/doinst.sh')
-rw-r--r-- | source/l/glib2/doinst.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/l/glib2/doinst.sh b/source/l/glib2/doinst.sh index 95b61fff..a14f9606 100644 --- a/source/l/glib2/doinst.sh +++ b/source/l/glib2/doinst.sh @@ -26,6 +26,7 @@ for file in etc/profile.d/libglib2.csh.new etc/profile.d/libglib2.sh.new ; do config $file done -# Try to run this. If it fails, no biggie. +# Try to run these. If they fail, no biggie. chroot . /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/ 1> /dev/null 2> /dev/null +chroot . /usr/bin/gio-querymodules @LIBDIR@/gio/modules/ 1> /dev/null 2> /dev/null |