I have a package that I need to replace/edit a couple of files in, is there a quick/easy way to do this without having to install the package to its absolute destination location?
Specifically, I have a package that contains a folder
"/Library/Application Support/ABMaintainer" with a binary file ABMaintainer and a plist file com.abtutor.permanentPreferences.plist, I need to be able to replace those two files with the newest versions without having to actually copy them locally to their final "/Library/Application Support/ABMaintainer" location on my Mac.
I tried using Composer but it didn't seem like it would let me replace the files unless I had them already in their destination locations.
