diff options
author | Benda Xu <heroxbd@gentoo.org> | 2019-01-27 09:39:46 +0800 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2019-01-27 09:40:04 +0800 |
commit | 4200832ca714151576629577bf2e57161c89d894 (patch) | |
tree | 8df0bb9e355f5133663985e93004d5767eb158cf /sci-physics | |
parent | sci-physics/root: prefixify clingutils cmake. (diff) | |
download | gentoo-4200832ca714151576629577bf2e57161c89d894.tar.gz gentoo-4200832ca714151576629577bf2e57161c89d894.tar.bz2 gentoo-4200832ca714151576629577bf2e57161c89d894.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>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/root-6.14.08-r1.ebuild | 3 |
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 } |