summaryrefslogtreecommitdiff
path: root/community/ebtables/ebtables.install
blob: 7dd6921ed1d03c8b5f0c75e5f45414de74959bda (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" '2.0.10_4-1') -gt 0 ] || cat <<EOF
Config file have been moved to /etc/ebtables.conf and only support text format.
EOF
}

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