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/vim-latex/vim-latex-1.10.0-r2.ebuild | 3 --- 1 file changed, 3 deletions(-) (limited to 'app-vim/vim-latex') diff --git a/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild b/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild index 4d25ff36d369..4631efb668fe 100644 --- a/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild +++ b/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild @@ -30,9 +30,6 @@ VIM_PLUGIN_HELPFILES="latex-suite.txt latex-suite-quickstart.txt latexhelp.txt i src_compile() { :; } src_install() { - # remove unused metadata - rm vim-latex.metainfo.xml || die - # don't mess up vim's doc dir with random files mv doc mydoc || die mkdir doc || die -- cgit v1.2.3-65-gdbad