piezo: add uninstall stanza and update zap stanza

This commit is contained in:
Aaron Rumpler 2023-09-17 18:31:01 +12:00
parent 46aea61637
commit 50f99648ff
No known key found for this signature in database
1 changed files with 8 additions and 12 deletions

View File

@ -17,16 +17,12 @@ cask "piezo" do
app "Piezo.app"
zap trash: [
"~/Library/Caches/com.rogueamoeba.Piezo",
"~/Library/HTTPStorages/com.rogueamoeba.farrago",
"~/Library/Preferences/com.rogueamoeba.Piezo.plist",
"~/Library/Saved Application State/com.rogueamoeba.Piezo.savedState",
"~/Library/WebKit/com.rogueamoeba.Piezo",
"~/Library/WebKit/com.rogueamoeba.farrago",
],
delete: [
"/Library/LaunchDaemons/com.rogueamoeba.aceagent.plist",
"/Library/LaunchDaemons/com.rogueamoeba.acetool.plist",
]
uninstall quit: "com.rogueamoeba.Piezo"
zap trash: [
"~/Library/Caches/com.rogueamoeba.Piezo",
"~/Library/HTTPStorages/com.rogueamoeba.Piezo",
"~/Library/Preferences/com.rogueamoeba.Piezo.plist",
"~/Library/WebKit/com.rogueamoeba.Piezo",
]
end