src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/postinstall.template
branchJDK-8200758-branch
changeset 57303 eff0cf668c29
parent 57290 47c2aca6c306
child 58581 657e25d9e4e4
equal deleted inserted replaced
57302:3506e9694603 57303:eff0cf668c29
     1 #!/usr/bin/env sh
     1 #!/usr/bin/env sh
     2 
     2 
     3 chown -R root:wheel "INSTALL_LOCATION"
     3 chown root:wheel "INSTALL_LOCATION"
     4 chmod -R o+rX "INSTALL_LOCATION"
     4 chmod a+rX "INSTALL_LOCATION"
     5 
     5 
     6 exit 0
     6 exit 0