src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/postinstall.template
branchJDK-8200758-branch
changeset 58581 657e25d9e4e4
parent 57303 eff0cf668c29
equal deleted inserted replaced
58539:327232be010c 58581:657e25d9e4e4
     1 #!/usr/bin/env sh
     1 #!/usr/bin/env sh
     2 
     2 
     3 chown root:wheel "INSTALL_LOCATION"
     3 chown root:wheel "INSTALL_LOCATION"
     4 chmod a+rX "INSTALL_LOCATION"
     4 chmod a+rX "INSTALL_LOCATION"
       
     5 chmod +r "APP_LOCATION/"*.jar
     5 
     6 
     6 exit 0
     7 exit 0