summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds6
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 4feb6e99844..87534158a23 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1494,6 +1494,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'tudscr' => '&POSTtudscr',
'uplatex' => '&POST_preserve_man',
'velthuis' => '&POSTvelthuis',
+ 'webquiz' => '&POST_deref_symlink',
'xecyr' => '&POSTxecyr',
'xetex-pstricks' => '&POSTxetexpstricks',
'xindex' => '&POSTxindex',
@@ -6712,6 +6713,11 @@ sub POST_rmsymlink {
&SYSTEM ("find $DEST -type l | xargs --no-run-if-empty $RM");
}
+sub POST_deref_symlink {
+ print "POST$package - dereferencing symlinks\n";
+ &SYSTEM ("find $DEST -type l | xargs deref-symlinks");
+}
+
# Allow overrides. In particular, CTAN can change some hashes to make
# packages with licenses that TL doesn't allow.