updated on Wed Jan 25 00:20:47 UTC 2012
[aur-mirror.git] / emacs-link-grammar-svn / emacs-link-grammar-svn.install
blob9ad5b77afbf1c769e47993afd98f9166575b5b08
2 post_install ()
4   echo ""
5   echo "==> To enable grammar for all modes, add to your ~/.emacs:"
6   echo "==> (require 'grammar)"
7   echo ""
10 post_upgrade ()
12   post_install $1
15 op=$1
16 shift
17 $op $*