site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com 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 _______________________________________________ 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... 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. If you want this script to be run for every install, you need to move to a postflight script. This email sent to site_archiver@lists.apple.com