From 56bc5832bf57ada7cfa7a92d2fd80e91f36a48e8 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 7 May 2009 10:39:45 +0000 Subject: remove tlpkg tree *below* texmf-dist (RelocTree) in the postinst, it is not used at all git-svn-id: svn://tug.org/texlive/branches/branch2009-dev@12975 c570f23f-e606-0410-a88d-b1316a301751 --- Master/install-tl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Master/install-tl b/Master/install-tl index 49f15288bfc..3b4964d9d2f 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -555,6 +555,12 @@ sub do_postinst_stuff { do_texmf_cnf() unless ($opt_portable); + # + # clean up useless files in texmf-dist/tlpkg as this is only + # created by the relocatable packages + if (-d "$TEXDIR/$TeXLive::TLConfig::RelocTree/tlpkg") { + rmtree("$TEXDIR/TeXLive::TLConfig::RelocTree/tlpkg"); + } # final program execution # we have to do several things: -- cgit v1.2.3