New issue by F0Xde on void-packages repository https://github.com/void-linux/void-packages/issues/31077 Description: ### System * xuname: Void 5.11.22_1 x86_64 GenuineIntel uptodate rrFFF * package: MultiMC-0.6.12_2 ### Expected behavior - MultiMC should use the correct data directory as defined in the XDG Base Directories standard. - Its binary is according to the standard `CMakeLists.txt` called [multimc](https://github.com/MultiMC/MultiMC5/blob/911074e9669b6399df983a570c734018c2abd139/CMakeLists.txt#L209). ### Actual behavior - This package installs a [shell script](https://github.com/void-linux/void-packages/blob/9a957dc5003cf0b5c6dd3de07033d9b6136aae91/srcpkgs/MultiMC/files/MultiMC.sh#L2) that launches MultiMC with the `-d ~/.multimc` argument, therefore overriding the expected behaviour. - Additionally this script also effectively changes the name of the installed binary from `multimc` to `MultiMC`, which may not be the expected behaviour of users and could break compatibility when the standard name is assumed. ### Steps to reproduce the behavior Run MultiMC