Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update teamviewer, teamviewer-host: remove uninstall #45718

Merged
merged 2 commits into from
Apr 9, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 1 addition & 15 deletions Casks/teamviewer-host.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,7 @@

pkg 'Install TeamViewerHost.pkg'

uninstall pkgutil: 'com.teamviewer.*',
delete: [
'/Applications/TeamViewerHost.app',
"/Library/Fonts/TeamViewer#{version}Host.otf",
'/Library/PrivilegedHelperTools/com.teamviewer.Helper',
'/Library/Security/SecurityAgentPlugins/TeamViewerAuthPlugin.bundle',
],
launchctl: [
'com.teamviewer.Helper',
'com.teamviewer.desktop',
'com.teamviewer.service',
'com.teamviewer.teamviewer',
'com.teamviewer.teamviewer_service',
],
quit: 'com.teamviewer.TeamViewerHost'
uninstall delete: "#{staged_path}/#{token}" # This Cask should be uninstalled manually.

zap trash: [
'/Library/Preferences/com.teamviewer.teamviewer.preferences.plist',
Expand Down
16 changes: 1 addition & 15 deletions Casks/teamviewer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,7 @@

pkg 'Install TeamViewer.pkg'

uninstall pkgutil: 'com.teamviewer.*',
delete: [
'/Applications/TeamViewer.app',
"/Library/Fonts/TeamViewer#{version}.otf",
'/Library/PrivilegedHelperTools/com.teamviewer.Helper',
'/Library/Security/SecurityAgentPlugins/TeamViewerAuthPlugin.bundle',
],
launchctl: [
'com.teamviewer.Helper',
'com.teamviewer.desktop',
'com.teamviewer.service',
'com.teamviewer.teamviewer',
'com.teamviewer.teamviewer_service',
],
quit: 'com.teamviewer.TeamViewer'
uninstall delete: "#{staged_path}/#{token}" # This Cask should be uninstalled manually.

zap trash: [
'/Library/Preferences/com.teamviewer.teamviewer.preferences.plist',
Expand Down