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.pm8
1 files changed, 0 insertions, 8 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm
index 97a76759b71..1a0824863e2 100644
--- a/Master/tlpkg/TeXLive/TLConfig.pm
+++ b/Master/tlpkg/TeXLive/TLConfig.pm
@@ -28,7 +28,6 @@ BEGIN {
$WinSpecialUpdatePackagesRegexp
@CriticalPackagesList
@AllowedConfigOptions
- @PostMortemRemovals
);
@EXPORT = @EXPORT_OK;
}
@@ -83,8 +82,6 @@ our @AllowedConfigOptions = qw/
autobackup
/;
-our @PostMortemRemovals = ();
-
1;
@@ -168,11 +165,6 @@ 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