There's a merged pull request on the void-packages repository common: support disabling python shebang rewriting https://github.com/void-linux/void-packages/pull/49886 Description: Ghidra's embedded jython contains scripts with shebangs like `#!/usr/bin/env python`. These seem to be designed to be run by jython, *not* the system python, and as such, they should not have their shebangs changed to `#!/usr/bin/python2`. This adds support for disabling that hook in cases like this. #### Testing the changes - I tested the changes in this PR: **YES**