mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
5 lines
121 B
Bash
5 lines
121 B
Bash
|
if [ -x /usr/bin/gio-querymodules ]; then
|
||
|
chroot . /usr/bin/gio-querymodules @LIBDIR@/gio/modules/ >/dev/null 2>&1
|
||
|
fi
|
||
|
|