--- /dev/null 2018-11-09 14:37:07.000000000 -0500 +++ new/src/jdk.jpackager/macosx/classes/jdk/jpackager/internal/resources/mac/postinstall.template 2018-11-09 14:37:05.933000100 -0500 @@ -0,0 +1,6 @@ +#!/usr/bin/env sh + +set -e +launchctl load "/Library/LaunchDaemons/DEPLOY_LAUNCHD_PLIST_FILE" + +exit 0