Should be fairly easy to track down on a system where it can be reproduced. Just run the installer with strace -f and see what exactly is either calling chmod on the files in /etc/mime or touching them in any way. Once you have that information, it should be relatively easy to figure out why it is happening from the source code of whatever utility is causing it to happen.
|