src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/postinstall.template
--- a/src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/postinstall.template Wed Mar 27 18:08:53 2019 -0400
+++ b/src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/postinstall.template Thu Mar 28 08:08:07 2019 -0700
@@ -1,6 +1,6 @@
#!/usr/bin/env sh
-set -e
-launchctl load "/Library/LaunchDaemons/DEPLOY_LAUNCHD_PLIST_FILE"
+chown -R root:wheel "INSTALL_LOCATION"
+chmod -R o+rX "INSTALL_LOCATION"
exit 0