archrelease: copy trunk to extra-x86_64
[arch-packages.git] / nftables / trunk / nftables.install
blob455245dd6a71cd32908398f91604cb625515b40d
1 ## arg 1:  the new package version
2 ## arg 2:  the old package version
3 post_upgrade() {
4   (( $(vercmp "$2" '1:0.9.9-1') > 0 )) || cat <<EOF
5 ==> Stopping/restarting the nftables service does NOT flush the ruleset anymore.
6 ==> The nftables.conf file requires a delete/flush directive to be restarted.
7 ==> See examples in /usr/share/nftables/ and /usr/share/doc/nftables/examples.
8 ==> The nftables service reload has been removed as it is now equivalent to a restart.
9 EOF