Re: Installing PEAR packages in an idempotent fashion

2008-04-22 Thread Colin Turner
Hi Justin, Ansgar, Justin Pryzby wrote: The big problem is installing the package itself in, I presume, the postinst script. My early tests were simply: pear -q install log but I found that when the package was installed this process would quit with an error second time around, stopping th

Re: Installing PEAR packages in an idempotent fashion

2008-04-18 Thread Ansgar Burchardt
Hi, Colin Turner wrote: > My package needs a Pear package, specifically Pear Log, it has php-pear > in its dependencies. > > The big problem is installing the package itself in, I presume, the > postinst script. My early tests were simply: > > pear -q install log I'm not very familiar with ne

Re: Installing PEAR packages in an idempotent fashion

2008-04-18 Thread Justin Pryzby
On Fri, Apr 18, 2008 at 05:13:29PM +0100, Colin Turner wrote: > Hi, > > My package needs a Pear package, specifically Pear Log, it has php-pear > in its dependencies. > > The big problem is installing the package itself in, I presume, the > postinst script. My early tests were simply: > > pear