Add a post-install script to create /etc/dotnet/install_location if it
doesn't exist already. The location of this file is baked into .NET
applications compiled to IL code without any options like "ReadyToRun".
It's necessary for them to find the dotnet runtime without relying on an
environment variable.
Upstream PR: https://github.com/dotnet/runtime/pull/100731