kdelibs3/kde.sh

12 lines
386 B
Bash
Raw Normal View History

2007-07-30 20:10:08 +00:00
## http://kde.ground.cz/tiki-index.php?page=Environment+Variables
## for possible entries here
2007-12-01 19:11:02 +00:00
## Make sure KDEDIRS is set
[ -z "$KDEDIRS" ] && KDEDIRS="/usr" && export KDEDIRS
2007-07-30 20:10:08 +00:00
## When/if using prelinking, avoids (some) use of kdeinit
#if [ -z "$KDE_IS_PRELINKED" ] ; then
# grep -qs '^PRELINKING=yes' /etc/sysconfig/prelink && \
# KDE_IS_PRELINKED=1 && export KDE_IS_PRELINKED
#fi