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 26 16:09:46 UTC 2012
[aur-mirror.git]
/
wanderlust-cvs
/
wanderlust-cvs.install
blob
c056d37269eb5c9aefbd0bd85dff8ae9cc6c2df1
1
post_install () {
2
cat << EOF
3
==> Put this in your $HOME/.emacs file to enable Wanderlust
4
5
(autoload 'wl "wl" "Wanderlust" t)
6
(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
7
(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
8
EOF
9
}
10
11
post_upgrade () {
12
post_install $1
13
}
14
15
op=$1
16
shift
17
$op $*