updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / xorg-server-1.7-catalyst-maximize-fix / xorg-server.install
blob89cfec01da81bce2039e22de3dee6332985ac18b
1 post_install() {
2 cat << _EOF
4   Input device handling has changed since xorg-server 1.5.
5   Please read http://wiki.archlinux.org/index.php/Xorg_input_hotplugging.
7 _EOF
10 post_upgrade() {
11   if [ "`vercmp $2 1.4.99.906`" -lt 0 ]; then
12     post_install
13   fi