Closed
Description
We unfortunately have to use a very dirty way to adjust for some of MSYS2's defaults when they are hard-coded in files packaged in Pacman packages; we edit them after the fact, via git-extra
's post-install script.
This means that some of those files will not be updated by Pacman anymore, but .pacnew
files will be written.
We need to inspect /var/log/pacman.log
to detect that, and force-rename the .pacnew
files before letting git-extra
's post-install script do its spiel.