upgpkg: ufw 0.36.2-1
[ArchLinux/community.git] / netperf / trunk / netperf.install
blob354e2925b192699a115c2ad98560558467c9e49c
1 #/bin/bash
3 # arg 1:  the new package version
4 # arg 2:  the old package version
5 post_upgrade() {
6   # change
7   if (( $(vercmp $2 2.7.0-5) < 0 )); then
8     echo '==> netperf.service renamed to netserver.service'
9     echo '==> You have to enable the new unit manually'
10   fi
11   :
14 # vim:set ts=2 sw=2 ft=sh et: