Hi all,
I believe a script can only be run before or after some package runs. I have a sequence of event that I would like to do:
a) Copy some files (these files are required by step b)
b) run a install.sh script
c) install a pkg package
d) install another pkg package
e) run another sh script
f) delete the files from step a (This can be a script, so that's ok)
Step B is what I am stumped about. How can I copy some file in (files would be in DMG package), then run my script, then install some more pkgs?