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 Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git]
/
emacs-epg
/
emacs-epg.install
blob
a58c6a7d2848d4cfd70f95e8f2f1c646f3c99c81
1
post_install() {
2
echo ">> To enable EasyPG add the following lines to your emacs configuration:"
3
4
echo ";; EasyPG assistant (GnuPG mode)"
5
echo "(require 'epa)"
6
}
7
8
post_upgrade() {
9
post_install
10
}