repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Wed Jan 25 00:20:47 UTC 2012
[aur-mirror.git]
/
emacs-link-grammar-svn
/
emacs-link-grammar-svn.install
blob
9ad5b77afbf1c769e47993afd98f9166575b5b08
1
2
post_install ()
3
{
4
echo ""
5
echo "==> To enable grammar for all modes, add to your ~/.emacs:"
6
echo "==> (require 'grammar)"
7
echo ""
8
}
9
10
post_upgrade ()
11
{
12
post_install $1
13
}
14
15
op=$1
16
shift
17
$op $*