diff options
author | sibel <lesibel@free.fr> | 2011-03-14 11:20:48 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-14 11:20:48 +0100 |
commit | 045ecdf5341c7b37be22951a708deeb601033140 (patch) | |
tree | f051b1c401931ced619fd909d049b3e59f98e235 /xorg/xorg-17/post-install | |
parent | 201ffbcb72a060c79f65ddc75f787089cc4e4b73 (diff) | |
download | nutyx-pakxe-045ecdf5341c7b37be22951a708deeb601033140.tar.gz nutyx-pakxe-045ecdf5341c7b37be22951a708deeb601033140.tar.bz2 nutyx-pakxe-045ecdf5341c7b37be22951a708deeb601033140.tar.xz nutyx-pakxe-045ecdf5341c7b37be22951a708deeb601033140.zip |
xorg-17, deplace dans ouvert
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 |