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 Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git]
/
eclim-git
/
eclim.install
blob
8b7f0aa108805a47d16649c0829f6196b267d2e3
1
post_install() {
2
echo "
3
>>> Copy the /usr/share/vim/vimfiles/eclim/resources
4
>>> directory to ~/.eclim/resources
5
"
6
7
# rebuild the vim documentation tags
8
vim -e -u NONE --cmd "helptags /usr/share/vim/vimfiles/eclim/doc/" --cmd quit
9
}
10
post_upgrade() {
11
post_install
12
}
13
post_remove() {
14
/bin/true
15
}