summarylogtreecommitdiffstats
path: root/vundle.install
diff options
context:
space:
mode:
authoranthraxx2016-09-21 17:32:08 +0200
committeranthraxx2016-09-21 17:32:08 +0200
commit32609de9c608aea6908ba4940dd4dc120649128d (patch)
treedce716678f73465cc2cb4738c6661c218943b20e /vundle.install
parentd0ef0a1302e13470023ca42e353fd6b30f98ad51 (diff)
downloadaur-32609de9c608aea6908ba4940dd4dc120649128d.tar.gz
upgpkg: vundle 0.10.2-2 (drop legacy vimrc, example via README)
Diffstat (limited to 'vundle.install')
-rw-r--r--vundle.install8
1 files changed, 0 insertions, 8 deletions
diff --git a/vundle.install b/vundle.install
index 555151ccb28b..0824d966a4be 100644
--- a/vundle.install
+++ b/vundle.install
@@ -3,10 +3,6 @@ post_install() {
/usr/bin/vim --noplugins -u NONE -U NONE \
--cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 2>&1
echo "done."
- echo "
- >>> To use vundle, please check the file /usr/share/vundle/vimrc.sample
- >>> and update your ~/.vimrc file, accordingly
- "
}
post_upgrade() {
@@ -18,10 +14,6 @@ post_remove() {
/usr/bin/vim --noplugins -u NONE -U NONE \
--cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 2>&1
echo "done."
- echo "
- >>> Please remember to remove vundle bundles from your ~/.vimrc file
- >>> and from your ~/.vim directory!
- "
}
# vim: ts=2 sw=2 et: