Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
4 |
- |
1 |
|
|
|
2 |
## Make sure KDEDIRS is set
|
|
|
3 |
if ( ! $?KDEDIRS ) setenv KDEDIRS /usr
|
|
|
4 |
|
|
|
5 |
## When/if using prelinking, avoids use of kdeinit
|
|
|
6 |
if ( -f /etc/sysconfig/prelink ) then
|
|
|
7 |
set PRELINKING = `grep "^PRELINKING=" /etc/sysconfig/prelink | cut -d"=" -f2`
|
|
|
8 |
if ( "$PRELINKING" == "yes" ) then
|
|
|
9 |
if ( ! $?KDE_IS_PRELINKED ) setenv KDE_IS_PRELINKED 1
|
|
|
10 |
endif
|
|
|
11 |
unset PRELINKING
|
|
|
12 |
endif
|
|
|
13 |
|