diff options
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index 87bc1c52afc..86aa4823f3d 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -475,11 +475,6 @@ sub copy_to_tmpdir { system ("cd $pkgdir && unzip -q $zip && rm $zip"); } - if ($pkgname eq "latex") { - my $latex_doc_zip = "$CTAN/install/macros/latex/latex-doc.tds.zip"; - system ("cd $pkgdir && unzip -q -o $latex_doc_zip </dev/null"); - } - # the pl package in TeX Live is a combination of the pl-mf and # plpsfont packages on CTAN, per Thomas Esser and GUST as of many # years ago. So combine them. ctan2tds will flatten everything out, |