Skip to content

Commit

Permalink
Merge pull request #7327 from vitorgalvao/paragon-uninstall
Browse files Browse the repository at this point in the history
Paragon uninstall
  • Loading branch information
vitorgalvao committed Nov 14, 2014
2 parents 79dfa83 + 85c6bae commit 5a473e5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Casks/paragon-extfs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,10 @@
license :unknown

pkg 'FSInstaller.app/Contents/Resources/Paragon ExtFS for Mac OS X.pkg'
uninstall :pkgutil => 'com.paragon-software.filesystems.ExtFS.pkg',
:script => 'Uninstall.app/Contents/Resources/uninstall.sh',
:launchctl => [
'com.paragon.extfs*',
'com.paragon.updater'
]
end
6 changes: 6 additions & 0 deletions Casks/paragon-ntfs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,10 @@
license :unknown

pkg 'FSInstaller.app/Contents/Resources/Paragon NTFS for Mac OS X.pkg'
uninstall :pkgutil => 'com.paragon-software.filesystems.NTFS.pkg',
:script => 'Uninstall.app/Contents/Resources/uninstall.sh',
:launchctl => [
'com.paragon.ntfs*',
'com.paragon.updater'
]
end

0 comments on commit 5a473e5

Please sign in to comment.