summarylogtreecommitdiffstats
path: root/notmuch.install
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch.install')
-rw-r--r--notmuch.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/notmuch.install b/notmuch.install
new file mode 100644
index 000000000000..a683eedb4ea6
--- /dev/null
+++ b/notmuch.install
@@ -0,0 +1,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
+}