summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-05-07 10:39:45 +0000
committerNorbert Preining <preining@logic.at>2009-05-07 10:39:45 +0000
commit56bc5832bf57ada7cfa7a92d2fd80e91f36a48e8 (patch)
treec0c7399329d4ac6f16b72b038f3e8b55d530c21f
parentc24d5f4e85609b4c5c682509797aff9ecafe2821 (diff)
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
-rwxr-xr-xMaster/install-tl6
1 files changed, 6 insertions, 0 deletions
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: