summarylogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/install.sh b/install.sh
new file mode 100644
index 000000000000..6da9b9a078a8
--- /dev/null
+++ b/install.sh
@@ -0,0 +1,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
+}