archrelease: copy trunk to extra-x86_64
[arch-packages.git] / mutt / trunk / mutt.install
bloba9145f41c57bcf32b9a08be2b783fa032dd23168
1 ## arg 1:  the new package version
2 ## arg 2:  the old package version
3 post_upgrade() {
4   if (( $(vercmp "$2" '2.2.9-3') <= 0)); then
5     cat <<MSG
6 >>> The system-wide configuration location has moved to /etc/mutt/Muttrc.
7     Samples can be found below /usr/share/doc/mutt/samples/.
8 MSG
9   fi