diff options
author | Karl Berry <karl@freefriends.org> | 2009-06-01 22:45:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-06-01 22:45:15 +0000 |
commit | 034ae1e9007df18141ca110694c9c3594d9e2f48 (patch) | |
tree | a70c551c65e8d78b62aff582b7afd3973abe9da2 /Master/tlpkg/libexec | |
parent | 8d2cb230bc9703778d8729bbffaa576c1eed9755 (diff) |
rm pgf README, talk exception not needed
git-svn-id: svn://tug.org/texlive/trunk@13566 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 7237b7e2975..8a4abfdc6a1 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -3662,6 +3662,7 @@ sub POSTpgf { print "POST$package - mv generic+latex directories\n"; &SYSTEM ("cd $DEST && mkdir tex && mv context generic latex plain tex"); + &SYSTEM ("$RM $DEST/README"); } # has to be post instead of specialman because we use the tds.zip. |