summarylogtreecommitdiffstats
path: root/notmuch.install
blob: a683eedb4ea6077bd8d10f650a561828699c27d6 (plain)
1
2
3
4
5
6
7
8
post_upgrade() {
  if (( $(vercmp $2 0.20) < 0 )); then
    cat <<"EOF"
==> notmuch-deliver was removed in notmuch 0.20.
==> Please use `notmuch insert` instead.
EOF
  fi
}