summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec')
-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 45640235d51..4f07fdbf23f 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -4812,8 +4812,9 @@ sub PREHOOK_latexdiff {
}
sub PREHOOK_lilyglyphs {
- print "PREHOOK_$package - mv */*.py scripts to be found by specialscripts\n";
+ print "PREHOOK_$package - mv */*.py scripts for specialscripts, rm ~\n";
&SYSTEM ("$MV scripts/* .");
+ &SYSTEM ("find -name \*~ | xargs $RM");
}
sub PREHOOK_mathspic {