summarylogtreecommitdiffstats
path: root/install.sh
blob: 6da9b9a078a8a81249c7299cca0f746c06380baa (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    cat <<- EOF
    ==> Add the following lines to your ~/.emacs file.
    ==> (add-to-list 'load-path "/usr/share/emacs/scala-mode")
    ==> (require 'scala-mode-auto)
EOF
}

post_upgrade() {
    post_install $0
}