diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
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 { |