updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / eclim-git / eclim.install
blob8b7f0aa108805a47d16649c0829f6196b267d2e3
1 post_install() {
2     echo "
3     >>> Copy the /usr/share/vim/vimfiles/eclim/resources
4     >>> directory to ~/.eclim/resources
5     "
7     # rebuild the vim documentation tags
8     vim -e -u NONE --cmd "helptags /usr/share/vim/vimfiles/eclim/doc/" --cmd quit
10 post_upgrade() {
11     post_install
13 post_remove() {
14     /bin/true