summarylogtreecommitdiffstats
path: root/eclim.install
diff options
context:
space:
mode:
Diffstat (limited to 'eclim.install')
-rw-r--r--eclim.install13
1 files changed, 9 insertions, 4 deletions
diff --git a/eclim.install b/eclim.install
index d07bf88d0aa6..8dc12a085333 100644
--- a/eclim.install
+++ b/eclim.install
@@ -1,8 +1,13 @@
post_install() {
- echo "If you want eclim to recognize the pydev and wst Eclipse features,"
- echo "install those first, then rebuild and install eclim."
+ echo "NOTE: If you want eclim to recognize the pydev and wst Eclipse features,"
+ echo ">>>>> install those first, then rebuild and install eclim."
+
+ vim -e -u NONE --cmd "helptags /usr/share/vim/vimfiles/eclim/doc/" --cmd quit
+
}
post_upgrade() {
- echo "If you want eclim to recognize the pydev and wst Eclipse features,"
- echo "install those first, then rebuild and install eclim."
+ echo "NOTE: If you want eclim to recognize the pydev and wst Eclipse features,"
+ echo ">>>>> install those first, then rebuild and install eclim."
+
+ vim -e -u NONE --cmd "helptags /usr/share/vim/vimfiles/eclim/doc/" --cmd quit
}