From 294588df77a641a9782d9ccdcd1a97f8818f6994 Mon Sep 17 00:00:00 2001 From: Marco Sirabella Date: Fri, 7 May 2021 20:09:05 -0400 Subject: 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 Closes: https://github.com/gentoo/gentoo/pull/20726 Signed-off-by: Patrice Clement --- app-vim/repeat/repeat-1.1.ebuild | 5 ----- 1 file changed, 5 deletions(-) (limited to 'app-vim/repeat') diff --git a/app-vim/repeat/repeat-1.1.ebuild b/app-vim/repeat/repeat-1.1.ebuild index c658ff027631..033760d30e84 100644 --- a/app-vim/repeat/repeat-1.1.ebuild +++ b/app-vim/repeat/repeat-1.1.ebuild @@ -15,8 +15,3 @@ LICENSE="vim" KEYWORDS="amd64 x86" S=${WORKDIR}/${MY_P} - -src_prepare() { - rm *.markdown || die - default -} -- cgit v1.2.3-65-gdbad