cernbox: add zap and requires_rosetta

This commit is contained in:
Justin Krehel
2024-01-24 11:38:16 -05:00
parent 14ebc9a8a4
commit a451136117
+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