diff options
-rwxr-xr-x | Master/tlpkg/etc/makeself-runscript.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Master/tlpkg/etc/makeself-runscript.sh b/Master/tlpkg/etc/makeself-runscript.sh index e4e8c8f019b..2b70882466f 100755 --- a/Master/tlpkg/etc/makeself-runscript.sh +++ b/Master/tlpkg/etc/makeself-runscript.sh @@ -2,11 +2,6 @@ # Updater for tlmgr and infrastructure on Unix. # Runs in unpacked archive directory. -# TODO -# for NEWINST: -# - create several directories (texmf-config, texmf-var etc) -# - call tlmgr generate ... ?? will it work? - NEWINST=0 if [ "$1" = "-new-install" ] ; then |