diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index c975941f59b..7c4f00de647 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1184,7 +1184,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'numericplots' => '&POSTnumericplots', 'pas-cv' => '&POSTpas_vc', 'pedigree-perl' => '&POSTpedigreeperl', - 'pgf' => '&POSTpgf', 'pgfplots' => '&POSTpgfplots', 'pict2e' => '&POSTpict2e', 'pmx' => '&POSTpmx', @@ -5561,12 +5560,6 @@ sub POSTpedigreeperl { &SYSTEM ("$MV Pedigree/*.pm $scriptdir/Pedigree/"); } -sub POSTpgf { - print "POST$package - mv generic,latex,... directories\n"; -# &SYSTEM ("cd $DEST && mkdir tex && mv context generic latex plain tex"); -# &SYSTEM ("$RM $DEST/README"); -} - sub POSTpgfplots { print "POST$package - rm spurious pgfplots.test dir\n"; # author said he will remove in next version. |