summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-07-17 23:09:59 +0000
committerKarl Berry <karl@freefriends.org>2008-07-17 23:09:59 +0000
commit1479b7379fbf61f282f9c000d5b676913fb2555e (patch)
tree603ec1b13790d471faf6dd3ab90ad67544a4278c /Master/tlpkg
parent3458209effc92485ac1e25e38c0bfefdf0efe62a (diff)
polyglossia update (17jul08)
git-svn-id: svn://tug.org/texlive/trunk@9647 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds9
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";