src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/postinstall.template
author herrick
Mon, 14 Oct 2019 11:04:06 -0400
branchJDK-8200758-branch
changeset 58581 657e25d9e4e4
parent 57303 eff0cf668c29
permissions -rw-r--r--
8231858:[macos] App does not run if installed with pkg Submitted-by: almatvee Reviewed-by: aherrick, asemenyuk

#!/usr/bin/env sh

chown root:wheel "INSTALL_LOCATION"
chmod a+rX "INSTALL_LOCATION"
chmod +r "APP_LOCATION/"*.jar

exit 0