mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
6 lines
176 B
Text
6 lines
176 B
Text
|
# We can't leave people with nothing, so we'll have to set
|
||
|
# a probable default:
|
||
|
if [ ! -r etc/X11/xinit/xinitrc ]; then
|
||
|
( cd etc/X11/xinit ; ln -sf xinitrc.kde xinitrc )
|
||
|
fi
|