#!/usr/bin/perl

system( $ARGV[0] . "/Contents/Resources/aaa_alert",	# Call alert
		$ARGV[0],				# Path to this installer pkg
		"MainStage",				# app to block on
#		"Running",				# action to take (Defaults to "Running")
		);

# now make sure to exit 0
exit 0;
