3 echo '---------------------------------------------------------------------------'
4 echo ' The following is a sample xorg.conf InputDevice section:'
6 echo ' Section "InputDevice"'
7 echo ' Identifier "EETI"'
8 echo ' Driver "egalax"'
9 echo ' Option "Device" "/dev/serio_raw"'
10 echo ' Option "Parameters" "/var/lib/eeti.param"'
11 echo ' Option "ScreenNo" "0"'
14 echo '---------------------------------------------------------------------------'
15 echo ' The folowing is a sample xorg.conf ServerLayout section:'
17 echo ' Section "ServerLayout"'
18 echo ' Identifier "Default Layout"'
19 echo ' InputDevice "EETI" "SendCoreEvents"'
22 echo '---------------------------------------------------------------------------'
25 # $1: The new package version
34 # $1: The old package version
36 if [ -e /var/lib/eeti.param ]; then
37 rm -f /var/lib/eeti.param
41 echo 'Be sure to remove the necessary entires from your xorg.conf file'
42 echo 'if you have defined an input device that uses the egalax driver'