Browse Source

Update google-chrome-beta.rb (#4800)

master
miccal 7 years ago
committed by commitay
parent
commit
0b2fcbcf15
  1. 60
      Casks/google-chrome-beta.rb

60
Casks/google-chrome-beta.rb

@ -18,35 +18,33 @@ cask 'google-chrome-beta' do
'com.google.keystone.daemon',
]
zap delete: [
'/Library/Google/GoogleSoftwareUpdate',
'/Library/Google/Google Chrome Brand.plist',
'/Library/Caches/com.google.SoftwareUpdate.*',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.google.chrome.app.*.sfl*',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.google.chrome.sfl*',
'~/Library/Caches/Google/Chrome',
'~/Library/Caches/com.google.Chrome',
'~/Library/Caches/com.google.Chrome.helper.*',
'~/Library/Caches/com.google.Keystone',
'~/Library/Caches/com.google.Keystone.Agent',
'~/Library/Caches/com.google.SoftwareUpdate',
'~/Library/Google/GoogleSoftwareUpdate',
'~/Library/Google/Google Chrome Brand.plist',
'~/Library/LaunchAgents/com.google.keystone.agent.plist',
'~/Library/Logs/GoogleSoftwareUpdateAgent.log',
'~/Library/Saved Application State/com.google.Chrome.app.*.savedState',
'~/Library/Saved Application State/com.google.Chrome.savedState',
'~/Library/WebKit/com.google.Chrome',
],
trash: [
'~/Library/Application Support/Google/Chrome',
'~/Library/Preferences/com.google.Chrome.plist',
'~/Library/Preferences/com.google.Keystone.Agent.plist',
],
rmdir: [
'/Library/Google',
'~/Library/Application Support/Google',
'~/Library/Caches/Google',
'~/Library/Google',
]
zap trash: [
'/Library/Caches/com.google.SoftwareUpdate.*',
'/Library/Google/Google Chrome Brand.plist',
'/Library/Google/GoogleSoftwareUpdate',
'~/Library/Application Support/Google/Chrome',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.google.chrome.app.*.sfl*',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.google.chrome.sfl*',
'~/Library/Caches/Google/Chrome',
'~/Library/Caches/com.google.Chrome',
'~/Library/Caches/com.google.Chrome.helper.*',
'~/Library/Caches/com.google.Keystone',
'~/Library/Caches/com.google.Keystone.Agent',
'~/Library/Caches/com.google.SoftwareUpdate',
'~/Library/Google/Google Chrome Brand.plist',
'~/Library/Google/GoogleSoftwareUpdate',
'~/Library/LaunchAgents/com.google.keystone.agent.plist',
'~/Library/Logs/GoogleSoftwareUpdateAgent.log',
'~/Library/Preferences/com.google.Chrome.plist',
'~/Library/Preferences/com.google.Keystone.Agent.plist',
'~/Library/Saved Application State/com.google.Chrome.app.*.savedState',
'~/Library/Saved Application State/com.google.Chrome.savedState',
'~/Library/WebKit/com.google.Chrome',
],
rmdir: [
'/Library/Google',
'~/Library/Application Support/Google',
'~/Library/Caches/Google',
'~/Library/Google',
]
end

Loading…
Cancel
Save