403Webshell
Server IP : 182.53.201.61  /  Your IP : 216.73.217.175
Web Server : Apache/2.2.15 (Fedora)
System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686
User : apache ( 48)
PHP Version : 5.3.3
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/bin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/bin/update-gdk-pixbuf-loaders
#! /bin/sh

if test $# != 1; then
  echo usage: update-gdk-pixbuf-loaders host_triplet 1>&2
  exit 1
fi

umask 022
# Deriving /etc/gtk-2.0/$host location
#
# autoconf changes linux to linux-gnu
case "$1" in
  *linux) host="$1-gnu"
  ;;
  *) host=$1
  ;;
esac

# autoconf uses powerpc not ppc
host=`echo $host | sed "s/^ppc/powerpc/"`

# We have had problems in the past with build systems
# changing host from i386 to i686 and appending/dropping
# the -gnu suffix, so try to match up the $host we got
# with whats actually there.
if [ ! -d /etc/gtk-2.0/$host ]; then 
   case "$host" in
     i?86*) 
         for d in $(ls -d /etc/gtk-2.0/i?86*); do
           host=$(basename $d)
           break
         done
     ;;
   esac
fi 

FILE=/etc/gtk-2.0/$host/gdk-pixbuf.loaders

case "$host" in
  alpha*|ia64*|powerpc64*|s390x*|x86_64*)
   /usr/bin/gdk-pixbuf-query-loaders-64 > $FILE
   ;;
  *)
   /usr/bin/gdk-pixbuf-query-loaders-32 > $FILE
   ;;
esac

Youez - 2016 - github.com/yon3zu
LinuXploit