xorg: add a check on removal of 15-keyboard-apple.conf to prevent a error message to be logged
This commit is contained in:
parent
433fddf577
commit
31b3fdc136
@ -155,8 +155,8 @@ Section "InputClass"
|
|||||||
MatchIsKeyboard "on"
|
MatchIsKeyboard "on"
|
||||||
EndSection
|
EndSection
|
||||||
__EOF
|
__EOF
|
||||||
else
|
elif [ -e /etc/X11/xorg.conf.d/15-keyboard-apple.conf ]; then
|
||||||
rm /etc/X11/xorg.conf.d/15-keyboard-apple.conf
|
rm -f /etc/X11/xorg.conf.d/15-keyboard-apple.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[ ! -e /etc/X11/xorg.conf.d/20-synaptics.conf ] && {
|
[ ! -e /etc/X11/xorg.conf.d/20-synaptics.conf ] && {
|
||||||
|
Loading…
Reference in New Issue
Block a user