site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:reply-to:user-agent:mime-version:to:subject:content-type:content-transfer-encoding:from; b=eGa6PpMBx5EOU8/jmJp14PxrGZAfpIF5l8vppHFqUhNv9miwBDoP84gLdq+wqV28zcv0teo4lN9LHIqj2KYepnar3PzlQ9LcPNi/sz0vh2+04Lfnl6goK2JVXtLQoJlm4Cards764gimDse4gbY5RVULIJbSraPj78UW3XVTLIo= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:reply-to:user-agent:mime-version:to:subject:content-type:content-transfer-encoding:from; b=TIEW5OjCF3RbEB9lFRj8OEVbwywomoJfjDCu970d7PdBdMurry9slnkVQG+4HjNpI47lX6XOhUM1fVn767GrRX1mPYMuqllZIsVRIPucmjG+Luo1iuo344fZ7vE0aCCGRtm483xGtro+foq9N4vwpaybsZt/daITIdrG5Va29Ig= User-agent: Thunderbird 1.5.0.12 (Windows/20070509) Hi folks, My packages all have postinstall and postflight scripts. My metapackage uses preflight, postinstall, and postflight. meta preflight pkg-a postinstall pkg-b postinstall meta postinstall meta postflight pkg-a postflight pkg-b postflight Thanks! - Rick _______________________________________________ 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... I have a Installer metapackage with several other packages inside it. I'll call then pkg-a and pkg-b. On OS X 10.4, the various pre/post install/flight scripts are executed in this order: On OS X 10.3.9, the meta postinstall task is skipped. Any ideas why this might happen? This email sent to site_archiver@lists.apple.com