db-move: moved libdex from [staging] to [testing] (x86_64)
[arch-packages.git] / conntrack-tools / trunk / conntrack-tools.install
blobd21a5f92cde9007ebd772c26235983d45b413c5d
1 ## arg 1:  the new package version
2 ## arg 2:  the old package version
3 post_upgrade() {
4   [ $(vercmp "$2" '1.0.1-2') -gt 0 ] || cat <<EOF
5 Config file have been moved from /etc/conntrackd/conntrackd.conf to /etc/conntrackd.conf.
6 EOF
9 # vim:set ts=2 sw=2 ft=sh et: