# When/if using prelinking, avoids (some) use of kdeinit if [ -f /etc/sysconfig/prelink ] ; then source /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