diff options
Diffstat (limited to 'xorg/xorg-17/post-install')
-rw-r--r-- | xorg/xorg-17/post-install | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/xorg/xorg-17/post-install b/xorg/xorg-17/post-install deleted file mode 100644 index a3045a7ba..000000000 --- a/xorg/xorg-17/post-install +++ /dev/null @@ -1,18 +0,0 @@ -if ! [ -f /etc/X11/xorg.conf ]; then - cat > /etc/X11/xorg.conf << "EOF" -Section "ServerFlags" - Option "AllowEmptyInput" "off" -EndSection -Section "InputDevice" - Identifier "K" - Driver "kbd" - Option "Xkbrules" "xorg" - Option "XkbLayout" "fr" - Option "XkbOptions" "grp:alt_shift_toggle" -EndSection -Section "InputDevice" - Identifier "M" - Driver "mouse" -EndSection -EOF -fi |