post_install () {
cat << EOF
==> Put this in your $HOME/.emacs file to enable Wanderlust

(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
EOF
}

post_upgrade () {
  post_install $1
}
