repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git]
/
notmuch
/
trunk
/
notmuch.install
blob
a683eedb4ea6077bd8d10f650a561828699c27d6
1
post_upgrade() {
2
if (( $(vercmp $2 0.20) < 0 )); then
3
cat <<"EOF"
4
==> notmuch-deliver was removed in notmuch 0.20.
5
==> Please use `notmuch insert` instead.
6
EOF
7
fi
8
}