repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 19 04:14:35 UTC 2012
[aur-mirror.git]
/
mutt-patchy
/
mutt-patchy.install
blob
492d372ef1b18d718f4767992740ec7750663890
1
post_install() {
2
cat << EOM
3
4
--> to support gpg, please use the following line in your ~/.muttrc
5
6
source /etc/Muttrc.gpg.dist
7
8
9
EOM
10
}
11
12
post_upgrade() {
13
post_install $1
14
}
15
16
op=$1
17
shift
18
$op $*
19
# vim: ft=sh