sci-physics/root: remove useless scripts.
authorBenda Xu <heroxbd@gentoo.org>
Sun, 27 Jan 2019 01:39:46 +0000 (09:39 +0800)
committerBenda Xu <heroxbd@gentoo.org>
Sun, 27 Jan 2019 01:40:04 +0000 (09:40 +0800)
  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>
sci-physics/root/root-6.14.08-r1.ebuild

index 4702845c4151142d9ed711138ee2a0e0b897d323..591ae2768d3a2ef9d924dbca618cf01e8fa3f20c 100644 (file)
@@ -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
 }