You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.4 KiB
34 lines
1.4 KiB
8 years ago
|
cask 'parallels-desktop10' do
|
||
9 years ago
|
version '10.3.0-29227'
|
||
|
sha256 '71654e1c7f311d9c95f4b78686ebcfcbbb8006fcb57cab39ac817b50c6eed2e3'
|
||
9 years ago
|
|
||
8 years ago
|
url "http://download.parallels.com/desktop/v#{version.major}/#{version.major_minor_patch}/ParallelsDesktop-#{version}.dmg"
|
||
9 years ago
|
name 'Parallels Desktop'
|
||
|
homepage 'https://www.parallels.com/products/desktop/'
|
||
|
|
||
|
app 'Parallels Desktop.app'
|
||
|
|
||
|
postflight do
|
||
|
# Set the file to visible, since it was hidden in the dmg
|
||
9 years ago
|
system '/usr/bin/SetFile', '-a', 'v', "#{appdir}/Parallels Desktop.app"
|
||
9 years ago
|
end
|
||
|
|
||
9 years ago
|
uninstall delete: [
|
||
|
'/usr/bin/prl_convert',
|
||
|
'/usr/bin/prl_disk_tool',
|
||
|
'/usr/bin/prl_perf_ctl',
|
||
|
'/usr/bin/prlctl',
|
||
|
'/usr/bin/prlsrvctl',
|
||
|
]
|
||
9 years ago
|
|
||
9 years ago
|
zap delete: [
|
||
|
'~/.parallels_settings',
|
||
|
'~/Library/Caches/com.parallels.desktop.console',
|
||
|
'~/Library/Preferences/com.parallels.desktop.console.LSSharedFileList.plist',
|
||
|
'~/Library/Preferences/com.parallels.desktop.console.plist',
|
||
|
'~/Library/Preferences/com.parallels.Parallels Desktop Statistics.plist',
|
||
|
'~/Library/Preferences/com.parallels.Parallels Desktop.plist',
|
||
|
'~/Library/Preferences/com.parallels.Parallels.plist',
|
||
|
]
|
||
9 years ago
|
end
|