post_install() {

echo "After installing pymacs, add these lines to your ``~/.emacs`` file:"
echo "(require 'pymacs)"
echo "(pymacs-load \"ropemacs\" \"rope-\")"
/bin/true
}