Blame | Last modification | View Log | RSS feed
## Make sure KDEDIRS is set[ -z "$KDEDIRS" ] && KDEDIRS="/usr" && export KDEDIRS## When/if using prelinking, avoids (some) use of kdeinitif [ -z "$KDE_IS_PRELINKED" ] ; thengrep -qs '^PRELINKING=yes' /etc/sysconfig/prelink && \KDE_IS_PRELINKED=1 && export KDE_IS_PRELINKEDfi