repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to extra-x86_64
[arch-packages.git]
/
conntrack-tools
/
trunk
/
conntrack-tools.install
blob
d21a5f92cde9007ebd772c26235983d45b413c5d
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
7
}
8
9
# vim:set ts=2 sw=2 ft=sh et: