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-install13
1 files changed, 2 insertions, 11 deletions
diff --git a/source/x/x11/post-install/xkeyboard-config.post-install b/source/x/x11/post-install/xkeyboard-config.post-install
index 8446f0641..92c647239 100644
--- a/source/x/x11/post-install/xkeyboard-config.post-install
+++ b/source/x/x11/post-install/xkeyboard-config.post-install
@@ -1,11 +1,2 @@
-# 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
-#)
+mkdir -p $PKG/etc/X11
+( cd $PKG/etc/X11 ; ln -sf ../../usr/share/X11/xkb . )