Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
192 |
- |
1 |
|
|
|
2 |
## Make sure KDEDIRS is set
|
|
|
3 |
[ -z "$KDEDIRS" ] && KDEDIRS="/usr" && export KDEDIRS
|
|
|
4 |
|
|
|
5 |
## When/if using prelinking, avoids (some) use of kdeinit
|
|
|
6 |
if [ -z "$KDE_IS_PRELINKED" ] ; then
|
|
|
7 |
grep -qs '^PRELINKING=yes' /etc/sysconfig/prelink && \
|
|
|
8 |
KDE_IS_PRELINKED=1 && export KDE_IS_PRELINKED
|
|
|
9 |
fi
|
|
|
10 |
|