https://bugs.winehq.org/show_bug.cgi?id=57859
--- Comment #66 from Sveinar Søpler cybermax@dexter.no --- I do however see that the latest 10.2~noble-4 version still adds the following symlinks:
/usr/bin/wine64 -> /opt/wine-staging/bin/wine64 /usr/bin/wine64-preloader -> /opt/wine-staging/bin/wine64-preloader /usr/bin/wine-preloader -> /opt/wine-staging/bin/wine-preloader
Although not really breaking, it does not look as it is supposed to be there anymore...
Possibly some tweaking to the debian/wine-XX-amd64.postinst debian/wine-XX-i386.postinst
and debian/wine-XX-amd64.lintian-overrides debian/wine-XX-i386.lintian-overrides
And the debian/rules file still seem to create symlinks to wine-preloader for some reason.
Since one now have 2 "wine-preloader" binaries each in its own /opt/wine-staging/lib/wine/x86_64-unix/ /opt/wine-staging/lib/wine/i386-unix/
I suppose they are no longer used in the same way, and should not be symlinked to /usr/bin?