Merge pull request #165192 from krehel/cernbox-add-rosetta-and-zap

cernbox: add `zap` and `requires_rosetta`
This commit is contained in:
Patrick Linnane
2024-01-24 09:30:27 -08:00
committed by GitHub
+16
View File
@@ -17,4 +17,20 @@ cask "cernbox" do
uninstall signal: ["TERM", "ch.cern.cernbox"],
login_item: "cernbox",
pkgutil: "ch.cern.cernbox"
zap trash: [
"~/Library/Application Scripts/ch.cern.cernbox",
"~/Library/Application Scripts/ch.cern.cernbox.FinderSyncExt",
"~/Library/Containers/ch.cern.cernbox.FinderSyncExt",
"~/Library/Group Containers/ch.cern.cernbox",
"~/Library/HTTPStorages/ch.cern.cernbox",
"~/Library/LaunchAgents/ch.cern.cernbox.plist",
"~/Library/Preferences/cernbox",
"~/Library/Preferences/ch.cern.cernbox.plist",
"~/Library/Saved Application State/ch.cern.cernbox.savedState",
]
caveats do
requires_rosetta
end
end