summaryrefslogtreecommitdiff
path: root/app-vim/gitgutter/gitgutter-99999999.ebuild
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/gitgutter/gitgutter-99999999.ebuild
parentc67547773c3ff747213bf9c464273f1030ed27a8 (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/gitgutter/gitgutter-99999999.ebuild')
-rw-r--r--app-vim/gitgutter/gitgutter-99999999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/gitgutter/gitgutter-99999999.ebuild b/app-vim/gitgutter/gitgutter-99999999.ebuild
index 472b9617df4c..82cd3e29182b 100644
--- a/app-vim/gitgutter/gitgutter-99999999.ebuild
+++ b/app-vim/gitgutter/gitgutter-99999999.ebuild
@@ -24,6 +24,6 @@ RDEPEND="dev-vcs/git"
src_prepare() {
default
- # remove unwanted files
- rm -rv LICENCE README* screenshot.png test || die
+ # remove unwanted test dir
+ rm -rv test || die
}