summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds8
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 930cf935f75..970f854fa4c 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1174,6 +1174,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'musixtex' => '&POSTmusixtex',
'niceframe' => '&POST_rmsymlink',
'numericplots' => '&POSTnumericplots',
+ 'pas-cv' => '&POSTpas_vc',
'pedigree-perl' => '&POSTpedigreeperl',
'pgf' => '&POSTpgf',
'pgfplots' => '&POSTpgfplots',
@@ -5501,6 +5502,13 @@ sub POSTnumericplots {
&SYSTEM ("$MV latex $DEST/tex/latex/$package");
}
+sub POSTpas_vc {
+ print "\t POST$package - mv latex subdir, doc files\n";
+ &SYSTEM ("$MV latex $DEST/tex/latex/$package");
+ &SYSTEM ("$MV $DEST/tex/latex/$package/photo.png .");
+ &SYSTEM ("$MV doc/* .");
+}
+
sub POSTpedigreeperl {
print "POST$package - mv *.pm Pedigree/*.pm\n";
my $scriptdir = "$DEST/scripts/$package";