post_install() {
cat << EOM

Don't forget to add the following code into your ~/.emacs file:
---
(add-to-list 'load-path "/usr/share/emacs/site-lisp/emhacks")
---

EOM
}

post_remove() {
cat << EOM

The following code in your ~/.emacs file can be removed:
---
(add-to-list 'load-path "/usr/share/emacs/site-lisp/emhacks")
---

EOM
}