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/vimtex
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/vimtex')
-rw-r--r--app-vim/vimtex/vimtex-1.5.ebuild4
-rw-r--r--app-vim/vimtex/vimtex-99999999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-vim/vimtex/vimtex-1.5.ebuild b/app-vim/vimtex/vimtex-1.5.ebuild
index 23e077e8f05f..3af39cb617a8 100644
--- a/app-vim/vimtex/vimtex-1.5.ebuild
+++ b/app-vim/vimtex/vimtex-1.5.ebuild
@@ -20,6 +20,6 @@ RDEPEND="
src_prepare() {
default
- # remove unwanted files
- rm -r *.md media test || die
+ # remove unwanted dirs
+ rm -r media test || die
}
diff --git a/app-vim/vimtex/vimtex-99999999.ebuild b/app-vim/vimtex/vimtex-99999999.ebuild
index fc0060ecefde..ab5a23fb7d1e 100644
--- a/app-vim/vimtex/vimtex-99999999.ebuild
+++ b/app-vim/vimtex/vimtex-99999999.ebuild
@@ -28,6 +28,6 @@ RDEPEND="
src_prepare() {
default
- # remove unwanted files
- rm -r *.md media test || die
+ # remove unwanted dirs
+ rm -r media test || die
}