summaryrefslogtreecommitdiff
path: root/pcr/eclim/eclim.install
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2020-09-22 02:10:23 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2020-09-22 02:19:46 -0400
commit170d5d1476549466ef44a8f76128e24d8684ad0e (patch)
treee4e43a38b311de9266c3aefc6df41484f0f5dc26 /pcr/eclim/eclim.install
parentd7de48f7629a9912e3e6baaec86e970c6b6abb6f (diff)
downloadabslibre-170d5d1476549466ef44a8f76128e24d8684ad0e.tar.gz
abslibre-170d5d1476549466ef44a8f76128e24d8684ad0e.tar.bz2
abslibre-170d5d1476549466ef44a8f76128e24d8684ad0e.zip
[eclim]: remove package
Diffstat (limited to 'pcr/eclim/eclim.install')
-rw-r--r--pcr/eclim/eclim.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/pcr/eclim/eclim.install b/pcr/eclim/eclim.install
deleted file mode 100644
index 72dc02205..000000000
--- a/pcr/eclim/eclim.install
+++ /dev/null
@@ -1,18 +0,0 @@
-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
-}