mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
packages: fixes
* Update install to correct path * Add zap stanza
This commit is contained in:
+7
-1
@@ -14,7 +14,13 @@ cask "packages" do
|
||||
|
||||
auto_updates true
|
||||
|
||||
pkg "packages/Packages.pkg"
|
||||
pkg "Install Packages.pkg"
|
||||
|
||||
uninstall script: { executable: "Extras/uninstall.sh", sudo: true }
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/fr.whitebox.packages.sfl*",
|
||||
"~/Library/Caches/fr.whitebox.Packages",
|
||||
"~/Library/Preferences/fr.whitebox.Packages.plist",
|
||||
]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user