summarylogtreecommitdiffstats
path: root/eclim.install
blob: d07bf88d0aa648a4ca7dbee06e8c896115ca38ef (plain)
1
2
3
4
5
6
7
8
post_install() {
    echo "If you want eclim to recognize the pydev and wst Eclipse features,"
    echo "install those first, then rebuild and install eclim."
}
post_upgrade() {
    echo "If you want eclim to recognize the pydev and wst Eclipse features,"
    echo "install those first, then rebuild and install eclim."
}