summarylogtreecommitdiffstats
path: root/mutt.install
diff options
context:
space:
mode:
Diffstat (limited to 'mutt.install')
-rw-r--r--mutt.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/mutt.install b/mutt.install
new file mode 100644
index 000000000000..a9145f41c57b
--- /dev/null
+++ b/mutt.install
@@ -0,0 +1,11 @@
+## arg 1: the new package version
+## arg 2: the old package version
+post_upgrade() {
+ if (( $(vercmp "$2" '2.2.9-3') <= 0)); then
+ cat <<MSG
+>>> The system-wide configuration location has moved to /etc/mutt/Muttrc.
+ Samples can be found below /usr/share/doc/mutt/samples/.
+MSG
+ fi
+}
+