On Fri, Feb 13, 2009 at 03:35:30PM -0800, Steven Lau wrote:

> I have an existing SVR4 package which including a postinstall script.  I 
> import my SVR4 package into my local IPS repo.  And then I did pkg install 
> to my OpenSolaris for testing my package is working or not.   The pkg 
> install works fine .... but the postinstall script did not run.   Any idea 
> what's going on ... am I not allow using postinstall in my SVR4 package 
> anymore in this IPS model  ...

pkg(5) doesn't support install-time scripting, so the postinstall script
wasn't imported along with the rest of your packaging data.  You can read a
bit about that at

    http://src.opensolaris.org/source/xref/pkg/gate/doc/scripting.txt

as well as Stephen's (sch) and Bart's (barts) blogs.

Danek
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to