1 #!/usr/bin/env sh
   2 
   3 chown root:wheel "INSTALL_LOCATION"
   4 chmod a+rX "INSTALL_LOCATION"
   5 
   6 exit 0