d88d9d1
## http://kde.ground.cz/tiki-index.php?page=Environment+Variables
d88d9d1
## for possible entries here
3969fb9
d88d9d1
## Make sure KDEDIRS is set
d88d9d1
[ -z "$KDEDIRS" ] && KDEDIRS="/usr" && export KDEDIRS
21ebce8
21ebce8
## When/if using prelinking, avoids (some) use of kdeinit
c690702
if [ -z "$KDE_IS_PRELINKED" ] ; then
c690702
  grep -qs '^PRELINKING=yes' /etc/sysconfig/prelink && \
c690702
  KDE_IS_PRELINKED=1 && export KDE_IS_PRELINKED
21ebce8
fi
a7e893c