summaryrefslogtreecommitdiffstats
path: root/source/x/x11/doinst.sh/xinit
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/x11/doinst.sh/xinit')
-rw-r--r--source/x/x11/doinst.sh/xinit5
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 000000000..de90b8f2c
--- /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