awesome 3.3 --> 3.4
[cinan.git] / root / var / lib / pacman / local / xorg-server-catalyst-maximize-fix-1.6.3-2 / 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