Re: Packagemaker and using scripts with Sudo
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com On lundi, juillet 30, 2007, at 03:39 AM, Kevin Steele wrote: On dimanche, juillet 29, 2007, at 05:38 AM, Kevin Steele wrote: [...] As far as I can tell, the script does not run on install even when I setup the package to require admin or root access. I'm not sure what I'm doing wrong, and some suggestions would be nice. Thanks If you want this script to be run for every install, you need to move to a postflight script. I changed the Bash script from postinstall to postflight, removed the receipts anyway, and the script still does't run. I also tried naming the script with explicit extension postflight.sh and that didn't seem to work either. Here is the install log. _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... On 7/29/07, Stéphane Sudre <ssudre2@wanadoo.fr> wrote: postinstall scripts are only called on the first install of a package. If you have previously installed this package during your tests, there is a receipt of this package in /Library/Receipts or ~/Library/Receipts. There should be no extension. Are the permissions correct? (executable flag?) Maybe you can create a small test case so that someone can have a look at it. This email sent to site_archiver@lists.apple.com
participants (1)
-
Stéphane Sudre