after-install.tpl 155 B

1234567
  1. #!/bin/bash
  2. cat > '/usr/bin/${executable}' << END
  3. #!/bin/sh
  4. '/opt/${productFilename}/${executable}' --no-sandbox $@
  5. END
  6. chmod +x '/usr/bin/${executable}'