diff options
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/bin/tl-update-tlnet | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet index fe04787c98f..cbf0ab426d6 100644 --- a/Master/tlpkg/bin/tl-update-tlnet +++ b/Master/tlpkg/bin/tl-update-tlnet @@ -1,6 +1,14 @@ #!/bin/sh -e # Update a TeX Live tlnet distribution +# +# TODO: +# - only remove the old tlnet and move the newly one to the old place in case +# that actually something has changed. OTOH we have to check the output +# of tl-update-containers (is that trustworthy?), OTOH the install packages +# size (md5sums?) +# - other tests with the installed system? +# set -e vc_id='$Id$' |