diff options
Diffstat (limited to 'source/x/x11/doinst.sh/xinit')
-rw-r--r-- | source/x/x11/doinst.sh/xinit | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/x/x11/doinst.sh/xinit b/source/x/x11/doinst.sh/xinit new file mode 100644 index 00000000..de90b8f2 --- /dev/null +++ b/source/x/x11/doinst.sh/xinit @@ -0,0 +1,5 @@ +# 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 |