summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Sirabella <marco@sirabella.org>2021-05-07 20:09:05 -0400
committerPatrice Clement <monsieurp@gentoo.org>2021-05-18 18:51:01 +0200
commit294588df77a641a9782d9ccdcd1a97f8818f6994 (patch)
tree31b82f66efc9a4828597e5b60067e527a47dec1d /app-vim/vim-misc/vim-misc-1.17.6.ebuild
parentx11-libs/libX11: 1.7.1 version bump. (diff)
downloadgentoo-294588df77a641a9782d9ccdcd1a97f8818f6994.tar.gz
gentoo-294588df77a641a9782d9ccdcd1a97f8818f6994.tar.bz2
gentoo-294588df77a641a9782d9ccdcd1a97f8818f6994.zip
app-vim/*: memove redundant cleanup code.
This is a follow up of 47cf99c7. Leave a lot of heavy lifting to einstalldocs when possible. Signed-off-by: Marco Sirabella <marco@sirabella.org> Closes: https://github.com/gentoo/gentoo/pull/20726 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-vim/vim-misc/vim-misc-1.17.6.ebuild')
-rw-r--r--app-vim/vim-misc/vim-misc-1.17.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/vim-misc/vim-misc-1.17.6.ebuild b/app-vim/vim-misc/vim-misc-1.17.6.ebuild
index 1a5c531eb7d6..34f3785eb02c 100644
--- a/app-vim/vim-misc/vim-misc-1.17.6.ebuild
+++ b/app-vim/vim-misc/vim-misc-1.17.6.ebuild
@@ -14,6 +14,6 @@ KEYWORDS="amd64 x86"
VIM_PLUGIN_HELPFILES="misc.txt"
src_prepare() {
- rm INSTALL.md addon-info.json autoload/xolox/misc/echo.exe || die
+ rm autoload/xolox/misc/echo.exe || die
default
}