src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/postinstall.template
author ssadetsky
Thu, 28 Mar 2019 08:08:07 -0700
branchJDK-8200758-branch
changeset 57290 47c2aca6c306
parent 57039 98d3963b0b7b
child 57303 eff0cf668c29
permissions -rw-r--r--
8215241: Permissions are not set correctly on sub-folders in /Applications Reviewed-by: herrick, almatvee

#!/usr/bin/env sh

chown -R root:wheel "INSTALL_LOCATION"
chmod -R o+rX "INSTALL_LOCATION"

exit 0