updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / wanderlust-cvs / wanderlust-cvs.install
blobc056d37269eb5c9aefbd0bd85dff8ae9cc6c2df1
1 post_install () {
2 cat << EOF
3 ==> Put this in your $HOME/.emacs file to enable Wanderlust
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
11 post_upgrade () {
12              post_install $1
15 op=$1
16 shift
17 $op $*