updated on Thu Jan 19 04:14:35 UTC 2012
[aur-mirror.git] / mutt-patchy / mutt-patchy.install
blob492d372ef1b18d718f4767992740ec7750663890
1 post_install() {
2   cat << EOM
4 --> to support gpg, please use the following line in your ~/.muttrc
6 source /etc/Muttrc.gpg.dist
9 EOM
12 post_upgrade() {
13   post_install $1
16 op=$1
17 shift
18 $op $*
19 # vim: ft=sh