summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 98aa5d2d6de..2e274d5e2df 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -3794,7 +3794,8 @@ sub POSTxetexpstricks
sub POSTzhmetrics
{
- print "POST$package - (fail to) handle ttfonts.map\n";
+ print "POST$package - rm cyberbit, (fail to) handle ttfonts.map\n";
+ &SYSTEM ("rm -rf $DEST/fonts/tfm/$package/cyberb");
&SYSTEM ("$MV $DEST/fonts/map/ttf2pk/ttfonts.map /tmp");
print "YOU-MUST-DO! update /tmp/ttfonts.map into source/texk/ttf2pk\n";
}