PKGBUILDs/extra/mutt/mutt.install

16 lines
208 B
Text
Raw Normal View History

2009-10-10 02:23:22 +00:00
# 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
}