summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds13
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 847baf9e23e..366f153749c 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -884,7 +884,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'interactiveworkbook' => '&POSTinteractiveworkbook',
'knitting' => '&POSTknitting',
'knuth' => '&POSTknuth',
- 'koma-script' => '&POSTkomascript',
+ 'koma-script' => '&POSTrmsymlink',
'latexdiff' => '&POSTlatexdiff',
'latex2e-help-texinfo' => '&POSTlatex2ehelptexinfo',
'lithuanian' => '&POSTlithuanian',
@@ -895,6 +895,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'pst-geo' => '&POSTpstgeo',
'splitindex' => '&POSTsplitindex',
'thailatex' => '&POSTthailatex',
+ 'tipa-de' => '&POSTrmsymlink',
'xecyr' => '&POSTxecyr',
'xetex-pstricks' => '&POSTxetexpstricks',
'zhspacing' => '&POSTzhspacing',
@@ -4381,11 +4382,6 @@ sub POSTknuth {
&SYSTEM ("rm -rf etc mf mfware tex/tex.web tex/trip* texware web/*.web");
}
-sub POSTkomascript {
- print "POST$package - removing symlinks\n";
- &SYSTEM ("find $DEST -type l | xargs --no-run-if-empty rm");
-}
-
sub POSTlatex2html {
print "POST$package - moving $package.perl to doc\n";
my $dest = "$DEST/doc/latex/$package";
@@ -4452,6 +4448,11 @@ sub POSTpstgeo {
&SYSTEM ("$MV doc/* .");
}
+sub POSTrmsymlink {
+ print "POST$package - removing symlinks\n";
+ &SYSTEM ("find $DEST -type l | xargs --no-run-if-empty rm");
+}
+
# has to be post instead of specialman because we use the tds.zip.
sub POSTsplitindex {
print "POST$package - mv man page\n";