summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLConfig.pm
diff options
context:
space:
mode:
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