Fix flash-player-debugger-ppapi uninstall (#75373)

This commit is contained in:
Daniel Bayley 2020-01-11 18:14:18 +00:00 committed by Vítor Galvão
parent b4000dda40
commit f84a9ed0a0
1 changed files with 9 additions and 2 deletions

View File

@ -10,11 +10,18 @@ cask 'flash-player-debugger-ppapi' do
pkg 'Install Adobe Pepper Flash Player Debugger.app/Contents/Resources/Adobe Flash Player Debugger.pkg'
uninstall pkgutil: 'com.adobe.pkg.PepperFlashPlayer',
delete: '/Library/Internet Plug-Ins/PepperFlashPlayer'
uninstall pkgutil: 'com.adobe.pkg.PepperFlashPlayer',
launchctl: 'com.adobe.fpsaud',
delete: [
'/Library/Application Support/Adobe/Flash Player Install Manager',
'/Library/Internet Plug-Ins/PepperFlashPlayer',
]
zap trash: [
'/Library/Internet Plug-Ins/flashplayer.xpt',
'~/Library/Caches/Adobe/Flash Player',
'~/Library/Logs/FlashPlayerInstallManager.log',
'~/Library/Preferences/Macromedia/Flash Player',
'~/Library/Saved Application State/com.adobe.flashplayer.installmanager.savedState',
]
end