diff options
Diffstat (limited to 'Master/tlpkg/bin/tl-update-auto')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-auto | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/Master/tlpkg/bin/tl-update-auto b/Master/tlpkg/bin/tl-update-auto index a664da9dcf1..44a2e834750 100755 --- a/Master/tlpkg/bin/tl-update-auto +++ b/Master/tlpkg/bin/tl-update-auto @@ -249,23 +249,22 @@ fi fi # !config_scripts_only -# texcatalogue.data -# -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 - +# # 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. |