diff options
Diffstat (limited to 'Master/tlpkg/bin/tl-update-auto')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-auto | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Master/tlpkg/bin/tl-update-auto b/Master/tlpkg/bin/tl-update-auto index 44a2e834750..6e3f3f1ded4 100755 --- a/Master/tlpkg/bin/tl-update-auto +++ b/Master/tlpkg/bin/tl-update-auto @@ -249,24 +249,6 @@ fi fi # !config_scripts_only -# # texcatalogue.data (commented out since no longer dumping) -# # -# if $config_scripts_only; then :; else -# $mydir/tl-dump-texcatalogue /home/httpd/html/catalogue >$temp.tcdata.new -# # -# tcdatafile=texmf/scripts/texlive/var/texcatalogue.data -# # -# if test ! -s $temp.tcdata.new; then -# $verbose " $temp.tcdata.new empty, skipping." -# elif $diff $tcdatafile $temp.tcdata.new >$temp.tcdata.diff; then -# $verbose " $tcdatafile ok." -# else -# $chicken $cp $temp.tcdata.new $tcdatafile -# update_list="$update_list $tcdatafile" -# fi -# fi # !config_scripts_only - - # ctan mirror list from ctan. if $config_scripts_only; then :; else if test `date +%w` = 0; then # only update on Sundays |