summarylogtreecommitdiffstats
path: root/eclim.install
diff options
context:
space:
mode:
authorAndrea Fagiani2015-06-08 18:33:28 +0200
committerAndrea Fagiani2015-06-08 18:33:28 +0200
commitbc9efa81fe0ec51fe85cad111c0d7febb10e5a1b (patch)
treea3e72a994076d1dc15e46648941c6b73a318ea5d /eclim.install
downloadaur-bc9efa81fe0ec51fe85cad111c0d7febb10e5a1b.tar.gz
AUR4 Import
Diffstat (limited to 'eclim.install')
-rw-r--r--eclim.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/eclim.install b/eclim.install
new file mode 100644
index 000000000000..72dc022056e6
--- /dev/null
+++ b/eclim.install
@@ -0,0 +1,18 @@
+post_install() {
+ echo "
+ >>> Copy the /usr/share/vim/vimfiles/eclim/resources
+ >>> directory to ~/.eclim/resources
+ "
+
+ # rebuild the vim documentation tags
+ vim -e -u NONE --cmd "helptags /usr/share/vim/vimfiles/eclim/doc/" --cmd quit
+}
+post_upgrade() {
+ echo "
+ >>> Copy the /usr/share/vim/vimfiles/eclim/resources
+ >>> directory to ~/.eclim/resources
+ "
+}
+post_remove() {
+ /bin/true
+}