post_install () {cat<< EOF==> Add this code to your .emacs file to use the snippets:(add-to-list 'yas-snippet-dirs "/usr/share/emacs/snippets/yasnippet-snippets" t)(yas-load-directory "/usr/share/emacs/snippets/yasnippet-snippets" t)EOF}
post_upgrade () {
post_install $1}