post_install () { cat << EOF ==> Add this code to your .emacs file to use the mode: (require 'ctags-update) (ctags-global-auto-update-mode) EOF } post_upgrade () { post_install $1 }