Remove useless shebang lines from package modules

These files do not have the executable bit set in their filesystem permissions, so a shebang line is not useful. Furthermore, they are not script-like (no interesting side effects when executed directly) anyway.

Merge request reports

Loading