1 2 3 4 5 6 7 8 9 10 11 12 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 }