how do I delete a key in a plist file, in a postinstall script?
I have tried:
the script deletes the entire plist file though, not the key?
what am I doing wrong.
I have tried:
Code:
#!/bin/sh
defaults delete $HOME/Library/Preferences/com.apple.Safari myKeyToDelete
the script deletes the entire plist file though, not the key?
what am I doing wrong.