summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-03-12 22:37:31 +0000
committerKarl Berry <karl@freefriends.org>2014-03-12 22:37:31 +0000
commitbbe7a06e1701b00caa23f4b2968b6a12f2347ca0 (patch)
tree1a4455285509ef62e3faf9a1ac196be10addbd58 /Master/tlpkg/libexec
parentbc14253e2a578d15f9bd8cc09b195552f102deb1 (diff)
lilyglyphs (12mar14)
git-svn-id: svn://tug.org/texlive/trunk@33164 c570f23f-e606-0410-a88d-b1316a301751
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 {