repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git]
/
xorg-server-1.7-catalyst-maximize-fix
/
xorg-server.install
blob
89cfec01da81bce2039e22de3dee6332985ac18b
1
post_install() {
2
cat << _EOF
3
4
Input device handling has changed since xorg-server 1.5.
5
Please read http://wiki.archlinux.org/index.php/Xorg_input_hotplugging.
6
7
_EOF
8
}
9
10
post_upgrade() {
11
if [ "`vercmp $2 1.4.99.906`" -lt 0 ]; then
12
post_install
13
fi
14
}