> I never have seen this behavior in teTeX.
But it actually comes from teTeX (3.0):
init)
case $2 in
"")
fmtutil --all || rc=1
texlinks --multiplatform || rc=1
updmap || rc=1
;;
This could be changed. I think that nothing really depends on it.
Thomas