* Fix binfmts removal thus allow jar binfmts upgrades
Fixes #946759 but only for OpenJDK 25.
That is on package removal the previous jar binfmts removal was guarded with a check for /var/lib/binfmts/openjdk-11 /var/lib/binfmts/openjdk-17 etc ie /var/lib/binfmts/@basename@
instead of plain: /var/lib/binfmts/jar
Thus, the previous binfmts jar was never removed.
This change need to be done for every still supported branch of this repository.