New issue by emacsomancer on void-packages repository https://github.com/void-linux/void-packages/issues/20714 Description: ### System * xuname: *Void 5.4.29_1 x86_64 GenuineIntel uptodate hold rrrmDFFFFFFFFFFFFFF* * package: *affected package(s) including the version* ### Expected behavior run [Foliate](https://johnfactotum.github.io/foliate/") via `foliate` or similar ### Actual behavior Foliate must be run as `com.github.johnfactotum.Foliate` ### Steps to reproduce the behavior Install `foliate` (I'm not sure the best way of renaming the executable in the [package build](https://github.com/void-linux/void-packages/blob/master/srcpkgs/foliate/template). I tried adding: ``` post_install() { vbin com.github.johnfactotum.Foliate foliate } ``` And some similar variants, but didn't have any luck.)