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 Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git]
/
mutt-trash
/
mutt-trash.install
blob
98ece96fbec0fa0351f28b7d38ce68f78c81c09b
1
# arg 1: the new package version
2
post_install() {
3
cat << EOM
4
5
--> to support gpg, please use the following line in your ~/.muttrc
6
7
source /etc/Muttrc.gpg.dist
8
9
EOM
10
}
11
12
post_upgrade() {
13
post_install $1
14
}
15