summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2019-01-27 09:39:46 +0800
committerBenda Xu <heroxbd@gentoo.org>2019-01-27 09:40:04 +0800
commit4200832ca714151576629577bf2e57161c89d894 (patch)
tree8df0bb9e355f5133663985e93004d5767eb158cf
parentsci-physics/root: prefixify clingutils cmake. (diff)
downloadgentoo-4200832c.tar.gz
gentoo-4200832c.tar.bz2
gentoo-4200832c.zip
sci-physics/root: remove useless scripts.
Environment variables are managed by env.d. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
-rw-r--r--sci-physics/root/root-6.14.08-r1.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/sci-physics/root/root-6.14.08-r1.ebuild b/sci-physics/root/root-6.14.08-r1.ebuild
index 4702845c4151..591ae2768d3a 100644
--- a/sci-physics/root/root-6.14.08-r1.ebuild
+++ b/sci-physics/root/root-6.14.08-r1.ebuild
@@ -320,6 +320,9 @@ src_install() {
rm -r tmva || die
fi
+ # Environment variables are managed by env.d.
+ rm -f bin/*.{c,}sh || die
+
# clean up unnecessary files from installation
rm -r emacs test || die
}