Expand silverlight zap stanza

This commit is contained in:
Kirill Korolyov 2015-01-07 01:42:51 +00:00
parent a184216f29
commit 47b4ffd65d
1 changed files with 5 additions and 1 deletions

View File

@ -9,6 +9,10 @@ cask :v1 => 'silverlight' do
pkg 'Silverlight.pkg'
uninstall :pkgutil => 'com.microsoft.SilverlightInstaller'
zap :delete => '~/Library/Application Support/Microsoft/Silverlight',
zap :delete => [
'~/Library/Application Support/Microsoft/Silverlight',
'~/Library/Preferences/com.microsoft.silverlight.plist',
'~/Library/Saved Application State/com.microsoft.silverlight.savedState'
],
:rmdir => '~/Library/Application Support/Microsoft/'
end