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

(require 'emms-setup)
(emms-standard)
(emms-default-players)

For further configuration see the manual.
EOF
}

post_upgrade() {
  post_install $1
}
