Re: package maintain help

2005-09-28 Thread Justin Pryzby
You really have to punctuate your sentences. Postinst is for doing things after the package is installed. For example, you might have to register your package with some larger package such that it is recognized and available for use. The prerm undoes this, by unregistering it. Many packages don

package maintain help

2005-09-28 Thread mithereal
hello i have some (hopefully simple) questions about package maintaining that the howto ot tldp didn't readily cover. example i dont understend the postinst and prerm scripts well i do understand what theyre for just i dont understand certain parts for example i have a package of shell scripts ive