summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds8
1 files changed, 7 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index 25ed63eac3f..2840954a4dd 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -1,5 +1,4 @@
#!/usr/bin/env perl
-
# $Id$
# Public domain.
# Originally written by Sebastian Rahtz. Comments to tex-live@tug.org.
@@ -420,6 +419,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
'fpl' => '&POSTfpl',
'glossaries' => '&POSTglossaries',
'ibygrk' => '&POSTibygrk',
+ 'impatient' => '&POSTimpatient',
'interactiveworkbook' => '&POSTinteractiveworkbook',
'koma-script' => '&POSTkoma',
'pgf' => '&POSTpgf',
@@ -3119,6 +3119,12 @@ sub POSTibygrk
. "tex/generic/ibygrk/ibycus4.map");
}
+sub POSTimpatient
+{
+ print "POST$package - remove fr subdirectory\n";
+ &SYSTEM ("$RM -r fr");
+}
+
sub POSTinteractiveworkbook
{
print "POST$package - mv .sty directory\n";