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', 'com.google.keystone.daemon',
] ]
zap delete: [ zap trash: [
'/Library/Google/GoogleSoftwareUpdate', '/Library/Caches/com.google.SoftwareUpdate.*',
'/Library/Google/Google Chrome Brand.plist', '/Library/Google/Google Chrome Brand.plist',
'/Library/Caches/com.google.SoftwareUpdate.*', '/Library/Google/GoogleSoftwareUpdate',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.google.chrome.app.*.sfl*', '~/Library/Application Support/Google/Chrome',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.google.chrome.sfl*', '~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.google.chrome.app.*.sfl*',
'~/Library/Caches/Google/Chrome', '~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.google.chrome.sfl*',
'~/Library/Caches/com.google.Chrome', '~/Library/Caches/Google/Chrome',
'~/Library/Caches/com.google.Chrome.helper.*', '~/Library/Caches/com.google.Chrome',
'~/Library/Caches/com.google.Keystone', '~/Library/Caches/com.google.Chrome.helper.*',
'~/Library/Caches/com.google.Keystone.Agent', '~/Library/Caches/com.google.Keystone',
'~/Library/Caches/com.google.SoftwareUpdate', '~/Library/Caches/com.google.Keystone.Agent',
'~/Library/Google/GoogleSoftwareUpdate', '~/Library/Caches/com.google.SoftwareUpdate',
'~/Library/Google/Google Chrome Brand.plist', '~/Library/Google/Google Chrome Brand.plist',
'~/Library/LaunchAgents/com.google.keystone.agent.plist', '~/Library/Google/GoogleSoftwareUpdate',
'~/Library/Logs/GoogleSoftwareUpdateAgent.log', '~/Library/LaunchAgents/com.google.keystone.agent.plist',
'~/Library/Saved Application State/com.google.Chrome.app.*.savedState', '~/Library/Logs/GoogleSoftwareUpdateAgent.log',
'~/Library/Saved Application State/com.google.Chrome.savedState', '~/Library/Preferences/com.google.Chrome.plist',
'~/Library/WebKit/com.google.Chrome', '~/Library/Preferences/com.google.Keystone.Agent.plist',
], '~/Library/Saved Application State/com.google.Chrome.app.*.savedState',
trash: [ '~/Library/Saved Application State/com.google.Chrome.savedState',
'~/Library/Application Support/Google/Chrome', '~/Library/WebKit/com.google.Chrome',
'~/Library/Preferences/com.google.Chrome.plist', ],
'~/Library/Preferences/com.google.Keystone.Agent.plist', rmdir: [
], '/Library/Google',
rmdir: [ '~/Library/Application Support/Google',
'/Library/Google', '~/Library/Caches/Google',
'~/Library/Application Support/Google', '~/Library/Google',
'~/Library/Caches/Google', ]
'~/Library/Google',
]
end end

Loading…
Cancel
Save