Fix launchers

This commit is contained in:
Loïc PÉRON 2019-08-16 13:36:37 +02:00 committed by Markus Reiter
parent 618079650c
commit 39c7c9e809
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,6 @@ cask 'microsoft-office' do
pkg "Microsoft_Office_#{version}_Installer.pkg" pkg "Microsoft_Office_#{version}_Installer.pkg"
uninstall pkgutil: [ uninstall pkgutil: [
'com.microsoft.OneDrive',
'com.microsoft.package.DFonts', 'com.microsoft.package.DFonts',
'com.microsoft.package.Frameworks', 'com.microsoft.package.Frameworks',
'com.microsoft.package.Microsoft_AutoUpdate.app', 'com.microsoft.package.Microsoft_AutoUpdate.app',
@ -85,9 +84,12 @@ cask 'microsoft-office' do
'com.microsoft.autoupdate.helpertool', 'com.microsoft.autoupdate.helpertool',
'com.microsoft.autoupdate.helper', 'com.microsoft.autoupdate.helper',
'com.microsoft.update.agent', 'com.microsoft.update.agent',
'com.microsoft.OneDriveStandaloneUpdater',
'com.microsoft.OneDriveStandaloneUpdaterDaemon',
'com.microsoft.OneDriveUpdaterDaemon', 'com.microsoft.OneDriveUpdaterDaemon',
], ],
pkgutil: [ pkgutil: [
'com.microsoft.package.Microsoft_AutoUpdate.app', 'com.microsoft.package.Microsoft_AutoUpdate.app',
'com.microsoft.OneDrive',
] ]
end end