mirror of
https://github.com/tw93/Mole.git
synced 2026-03-22 23:05:08 +00:00
feat(clean): add Google Chrome/Updater cache cleanup support
Add cleanup for: - Chrome component_crx_cache - GoogleUpdater crx_cache - GoogleUpdater *.old files Closes #460
This commit is contained in:
@@ -479,6 +479,9 @@ clean_browsers() {
|
||||
safe_clean ~/Library/Caches/Google/Chrome/* "Chrome cache"
|
||||
safe_clean ~/Library/Application\ Support/Google/Chrome/*/Application\ Cache/* "Chrome app cache"
|
||||
safe_clean ~/Library/Application\ Support/Google/Chrome/*/GPUCache/* "Chrome GPU cache"
|
||||
safe_clean ~/Library/Application\ Support/Google/Chrome/component_crx_cache/* "Chrome component CRX cache"
|
||||
safe_clean ~/Library/Application\ Support/Google/GoogleUpdater/crx_cache/* "GoogleUpdater CRX cache"
|
||||
safe_clean ~/Library/Application\ Support/Google/GoogleUpdater/*.old "GoogleUpdater old files"
|
||||
safe_clean ~/Library/Caches/Chromium/* "Chromium cache"
|
||||
safe_clean ~/.cache/puppeteer/* "Puppeteer browser cache"
|
||||
safe_clean ~/Library/Caches/com.microsoft.edgemac/* "Edge cache"
|
||||
|
||||
Reference in New Issue
Block a user