I need to package and deploy a file to all users on a system.
lets call the file 'Awesome.txt'.
I need to send that out as a package file and then have 'Awesome.txt' copied to every local users ~/Library directory (to be clear /Users/USERNAME/Library/Awesome.txt)
I also need it to overwrite the file if its already there.
What is the best way to achieve this result?
Thanks in advance to all!