Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 13f4066cdbee93705da64c7c263447f2 > files > 6

kdelibs-3.5.4-30.el5.centos.x86_64.rpm

# When/if using prelinking, avoids (some) use of kdeinit
if [ -f /etc/sysconfig/prelink ] ; then
   . /etc/sysconfig/prelink
   if [ "$PRELINKING" = yes ] ; then
      [ -z "$KDE_IS_PRELINKED" ] && KDE_IS_PRELINKED=1 && export KDE_IS_PRELINKED
   fi
fi

# IPV6 support
[ -z "$KDE_NO_IPV6" ] && KDE_NO_IPV6=1
export KDE_NO_IPV6

# Make sure KDEDIR is set
[ -z "$KDEDIR" ] && KDEDIR="/usr"
export KDEDIR