--- /dev/null 2014-03-13 13:00:33.000000000 -0600 +++ new/modules/fxpackager/src/main/resources/com/sun/javafx/tools/resource/mac/postinstall.template 2014-03-13 13:00:33.000000000 -0600 @@ -0,0 +1,6 @@ +#!/usr/bin/env sh + +set -e +launchctl load "/Library/LaunchDaemons/DEPLOY_LAUNCHD_PLIST_FILE" + +exit 0