summaryrefslogtreecommitdiffstats
path: root/source/x/x11/post-install/xkeyboard-config.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/x11/post-install/xkeyboard-config.post-install')
-rw-r--r--source/x/x11/post-install/xkeyboard-config.post-install11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/x/x11/post-install/xkeyboard-config.post-install b/source/x/x11/post-install/xkeyboard-config.post-install
new file mode 100644
index 000000000..8446f0641
--- /dev/null
+++ b/source/x/x11/post-install/xkeyboard-config.post-install
@@ -0,0 +1,11 @@
+# Move things into /etc/X11 that are supposed to be there:
+#mkdir -p $PKG/etc/X11
+#rm -rf $PKG/etc/X11/xkb
+#mv $PKG/usr/share/X11/xkb $PKG/etc/X11
+mkdir -p $PKG/usr/share/X11
+( cd $PKG/usr/share/X11 ; ln -sf ../../../etc/X11/xkb . )
+#( cd $PKG/etc/X11/xkb/rules
+# ln -sf base.lst xorg.lst
+# ln -sf base.xml xorg.xml
+# ln -sf base xorg
+#)