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 12 16:09:17 UTC 2012
[aur-mirror.git]
/
emacs-multiterm
/
emacs-multiterm.install
blob
300a09ccbf484fe5c0af4aaf8614f93ca61a680b
1
post_install() {
2
cat <<EOF
3
Add this to your ~/.emacs:
4
(require 'multi-term)
5
Read the source code for documentation.
6
EOF
7
}
8
9
post_upgrade() {
10
post_install
11
}