powershell.rb: reduce overzealous zap rmdir (#80799)

This commit is contained in:
Vítor Galvão 2020-04-16 20:12:03 +01:00 committed by GitHub
parent b27502bc0e
commit 14e8766bd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -17,11 +17,5 @@ cask 'powershell' do
'~/.cache/powershell',
'~/.config/PowerShell',
'~/.local/share/powershell',
],
rmdir: [
'~/.cache',
'~/.config',
'~/.local/share',
'~/.local',
]
end