Merge pull request #163337 from krehel/zap-spamsieve

spamsieve: add `zap`
This commit is contained in:
Rui Chen
2023-12-27 13:58:16 -05:00
committed by GitHub
+11
View File
@@ -13,4 +13,15 @@ cask "spamsieve" do
end
app "SpamSieve.app"
zap trash: [
"~/Library/Application Support/SpamSieve",
"~/Library/Caches/com.apple.helpd/Generated/SpamSieve Help*",
"~/Library/Caches/com.c-command.SpamSieve",
"~/Library/HTTPStorages/com.c-command.SpamSieve",
"~/Library/LaunchAgents/com.c-command.SpamSieve.LaunchAgent.plist",
"~/Library/Logs/SpamSieve",
"~/Library/Preferences/com.c-command.SpamSieve.plist",
"~/Library/Saved Application State/com.c-command.SpamSieve.savedState",
]
end