updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git] / clojure-git / clojure-git.install
blob778cc9cef48a7cd770c5ad2f70ac6a4d42aeb008
1  ## arg 1:  the new package version
2  post_install() {
3    echo "NOTE 1: For a friendlier shell with readline support, install rlwrap."
4    echo "NOTE 2: If you want to use clojure without relogging, type:"
5    echo "'source /etc/profile.d/clojure.sh' and afterwards type 'clj' to enter"
6    echo "the interactive Clojure environment." 
7    echo "Have fun. :)"
8  }