diff options
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index ba1b0e53716..0c71c204900 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -438,7 +438,6 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'libertine' => '&POSTlibertine', 'pgf' => '&POSTpgf', 'pgfplots' => '&POSTpgfplots', - 'polyglossia' => '&POSTpolyglossia', 'pst-cox' => '&POSTpstcox', 'xecjk' => '&POSTxecjk', 'xecyr' => '&POSTxecyr', @@ -3264,14 +3263,6 @@ sub POSTpgfplots &SYSTEM ("$MV context latex plain tex"); } -sub POSTpolyglossia -{ - print "POST$package - move fontmapping dir\n"; - my $fmdir = "$DEST/fonts/misc/xetex/fontmapping"; - &xmkdir ("$fmdir/$package") - &SYSTEM ("$MV $fmdir/*.* $fmdir/$package"); -} - sub POSTpstcox { print "POST$package - mv latex .sty, doc Gallery\n"; |