PKGBUILDs/extra/mutt/mutt.install
2009-10-09 21:23:22 -05:00

15 lines
208 B
Text

# arg 1: the new package version
post_install() {
cat << EOM
--> to support gpg, please use the following line in your ~/.muttrc
source /etc/Muttrc.gpg.dist
EOM
}
post_upgrade() {
post_install $1
}