< prev index next >

src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/postinstall.template

Print this page


   1 #!/usr/bin/env sh
   2 
   3 chown -R root:wheel "INSTALL_LOCATION"
   4 chmod -R o+rX "INSTALL_LOCATION"
   5 
   6 exit 0
   1 #!/usr/bin/env sh
   2 
   3 chown root:wheel "INSTALL_LOCATION"
   4 chmod a+rX "INSTALL_LOCATION"
   5 
   6 exit 0
< prev index next >