summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLConfig.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-01-25 00:31:50 +0000
committerNorbert Preining <preining@logic.at>2009-01-25 00:31:50 +0000
commit089bede91f69e6e87d61515b247ce58b7ad2c0ae (patch)
treeb0eb2ac58b0adf23c2659a3c18ec51b4f7a4d621 /Master/tlpkg/TeXLive/TLConfig.pm
parent969940588403b61d9a1e491c62a696625aae5dcb (diff)
implement new setup_programs, and add cleanup stuff to TLUtils, and use
it in install-tl and tlmgr git-svn-id: svn://tug.org/texlive/trunk@11961 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLConfig.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLConfig.pm10
1 files changed, 9 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm
index 1f6de4f500e..97a76759b71 100644
--- a/Master/tlpkg/TeXLive/TLConfig.pm
+++ b/Master/tlpkg/TeXLive/TLConfig.pm
@@ -28,6 +28,7 @@ BEGIN {
$WinSpecialUpdatePackagesRegexp
@CriticalPackagesList
@AllowedConfigOptions
+ @PostMortemRemovals
);
@EXPORT = @EXPORT_OK;
}
@@ -81,7 +82,9 @@ our @AllowedConfigOptions = qw/
backupdir
autobackup
/;
-
+
+our @PostMortemRemovals = ();
+
1;
@@ -165,6 +168,11 @@ since they are too central, currently bin-texlive and texlive.infra.
A list of a config options that can be set in 00texlive-installation.config.
+=item C<@TeXLive::TLConfig::PostMortemRemovals>
+
+A list of files and directories we try to remove after install-tl or
+tlmgr has been terminated.
+
=back
=head1 SEE ALSO