archrelease: copy trunk to community-x86_64
[ArchLinux/community.git] / iperf / trunk / iperf.install
blob2fa553d52f1e8606ee5a4c81b55b1bf34c154ce3
1 # arg 1:  the new package version
2 # arg 2:  the old package version
3 post_upgrade() {
4   if [ "$(vercmp $2 2.0.5-6)" -lt 0 ]; then
5     cat << EOF
6 ===> iperf.service unit has been moved to iperf-udp.service and iperf-tcp.service.
7 EOF
8     fi
11 # vim:set ts=2 sw=2 ft=sh et: