0

Possible Duplicate:
create a .deb Package from scripts or binaries

I've made a bash script and stored it in /usr/local/bin. In the future, I'd like to get this bash script in /usr/local/bin again by just installing a .deb file. How can I get this done?

1 Answers1

1

You would need to make a package from scratch using the packaging guide to create the package. You'd have to make sure the package is compliant with Lintian as well, all this is outlined in that guide. Either that, or have someone package it and put it in a PPA for you.

Thomas Ward
  • 74,764