post_install() {
	cat << EOF
==> In order to use mu4e, add the following lines to your ~/.emacs file:

(add-to-list 'load-path "/usr/share/emacs/site-lisp/mu4e")
(require 'mu4e)

For further configuration see the manual.
EOF
}

post_upgrade() {
	post_install $1
}
