post_install () {
  echo ""
  echo "==> Read the haskell-*.el files in /usr/share/emacs/site-lisp/haskell-mode"
  echo "==> for information about how to configure your ~/.emacs"
  echo ""
}

post_upgrade () {
  post_install $1
}

