kdelibs/kde.sh

16 lines
407 B
Bash
Raw Normal View History

# 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
2006-09-07 11:01:04 +00:00
# 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