diff options
author | Karl Berry <karl@freefriends.org> | 2009-01-27 01:33:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-01-27 01:33:00 +0000 |
commit | 22041095494174f7fa3630f143d1d6e73ebe2e8f (patch) | |
tree | 99b322bae9a26fab31f5bc7c9f141ca01880443b | |
parent | aed24148c958b101fe54f221d235ad1b08cefc22 (diff) |
short-lived cleanup function is gone
git-svn-id: svn://tug.org/texlive/trunk@11987 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 1 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 5466a1a32b0..1150fa8bb03 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -2583,7 +2583,6 @@ sub finish { if ($::gui_mode) { return($ret); } else { - &TeXLive::TLUtils::cleanup(); exit($ret); } } diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index f5aa482b377..eeb78966858 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -67,7 +67,6 @@ C<TeXLive::TLUtils> -- utilities used in the TeX Live infrastructure TeXLive::TLUtils::conv_to_w32_path($path); TeXLive::TLUtils::give_ctan_mirror($path); TeXLive::TLUtils::tlmd5($path); - TeXLive::TLUtils::cleanup(); =head1 DESCRIPTION @@ -113,7 +112,6 @@ BEGIN { &welcome_paths &give_ctan_mirror &tlmd5 - &cleanup &xsystem ); @EXPORT = qw(setup_programs download_file process_logging_options |