summaryrefslogtreecommitdiff
path: root/extra/conntrack-tools/conntrack-tools.install
blob: d21a5f92cde9007ebd772c26235983d45b413c5d (plain)
1
2
3
4
5
6
7
8
9
## arg 1:  the new package version
## arg 2:  the old package version
post_upgrade() {
  [ $(vercmp "$2" '1.0.1-2') -gt 0 ] || cat <<EOF
Config file have been moved from /etc/conntrackd/conntrackd.conf to /etc/conntrackd.conf.
EOF
}

# vim:set ts=2 sw=2 ft=sh et: