summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-auto
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tl-update-auto')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-auto15
1 files changed, 0 insertions, 15 deletions
diff --git a/Master/tlpkg/bin/tl-update-auto b/Master/tlpkg/bin/tl-update-auto
index bf2722811af..b6f66f6b764 100755
--- a/Master/tlpkg/bin/tl-update-auto
+++ b/Master/tlpkg/bin/tl-update-auto
@@ -52,21 +52,6 @@ add_list=
#fi # !config_scripts_only
-# modes.mf from elsewhere on tug.org.
-#
-if $config_scripts_only; then :; else
-modesmaster=/home/ftp/tex/modes.mf
-modesslave=texmf-dist/metafont/misc/modes.mf
-#
-if $diff $modesslave $modesmaster >$temp.modes.diff; then
- $verbose " $modesslave ok."
-else
- $chicken $cp $modesmaster $modesslave
- update_list="$update_list $modesslave"
-fi
-fi # !config_scripts_only
-
-
# texinfo.tex from elsewhere on tug.org.
#
if $config_scripts_only; then :; else