Index: branches/iFabio/Chameleon/package/Scripts/Modules/Module_ATiGraphicsEnabler/postinstall =================================================================== --- branches/iFabio/Chameleon/package/Scripts/Modules/Module_ATiGraphicsEnabler/postinstall (revision 0) +++ branches/iFabio/Chameleon/package/Scripts/Modules/Module_ATiGraphicsEnabler/postinstall (revision 287) @@ -0,0 +1,20 @@ +#!/bin/sh +# +# $1: the full path to the installation package; for example: +# /Volumes/Projects/Testing/Simple_Carbon_App.pkg +# +# $2: the full path to the installation destination; for example: +# /Applications +# +# $3: the mountpoint of the destination volume; for example: +# / or /Volumes/External_Drive +# +# $4: the root directory for the current System folder: +# / + +echo "preinstall: Path to installer....... $1" +echo "preinstall: Path to destination..... $2" +echo "preinstall: Path to dest volume..... $3" +echo "preinstall: Root of system folder... $4" + +echo "Done..." \ No newline at end of file Property changes on: branches/iFabio/Chameleon/package/Scripts/Modules/Module_ATiGraphicsEnabler/postinstall ___________________________________________________________________ Added: svn:executable +