summarylogtreecommitdiffstats
path: root/ninja-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'ninja-git.install')
-rw-r--r--ninja-git.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/ninja-git.install b/ninja-git.install
new file mode 100644
index 000000000000..a7b66b523b99
--- /dev/null
+++ b/ninja-git.install
@@ -0,0 +1,13 @@
+post_install () {
+ cat <<EOF
+==> To install the accompanying Emacs mode, make sure that the
+==> following two lines are in your ~/.emacs :
+(add-to-list 'load-path "/usr/share/emacs/share-lisp/")
+(load "ninja-mode")
+EOF
+}
+
+post_upgrade () {
+ post_install $1
+}
+