post_install() { echo -e " Add these key-mapping in your vimrc:\n" echo -e "\tnmap :SCCompile" echo -e "\tnmap :SCCompileRun" echo echo " F9 and F10 can be replaced with other keys." } post_upgrade() { post_install }