![]() Server : Apache System : Linux copper.netcy.com 2.6.32-754.27.1.el6.centos.plus.x86_64 #1 SMP Thu Jan 30 13:54:25 UTC 2020 x86_64 User : montcaro ( 581) PHP Version : 7.4.28 Disable Function : NONE Directory : /usr/bin/ |
#! /bin/sh if test $# != 1; then echo "usage: update-gio-modules host_triplet" 1>&2 exit 1 fi umask 022 case "$host" in alpha*|ia64*|powerpc64*|ppc64*|s390x*|sparc64*|x86_64*) /usr/bin/gio-querymodules-64 /usr/lib64/gio/modules ;; *) /usr/bin/gio-querymodules-32 /usr/lib/gio/modules ;; esac