post_install () {echoecho"==> To enable clojure-mode, add this to your \$HOME/.emacs:"echoecho" (require 'clojure-mode)"echoecho"==> There are also a clojurescript-mode and a clojure-test-mode"echo"==> available - to get more information on those, please refer to"echo"==> the package homepage."echo}
post_upgrade () {
post_install $1}