kdelibs3/kde.sh

13 lines
428 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 [ -f /etc/sysconfig/prelink ]; then
if [ `grep '^PRELINKING=yes' /etc/sysconfig/prelink` ] ; then
[ -z "$KDE_IS_PRELINKED" ] && KDE_IS_PRELINKED=1 && export KDE_IS_PRELINKED
fi
fi