Skip to content

Commit

Permalink
added uninstall to paragon-extfs
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorgalvao committed Nov 14, 2014
1 parent 48aa335 commit 85c6bae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion Casks/paragon-ntfs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
uninstall :pkgutil => 'com.paragon-software.filesystems.NTFS.pkg',
:script => 'Uninstall.app/Contents/Resources/uninstall.sh',
:launchctl => [
'com.paragon.ntfs.trial',
'com.paragon.ntfs*',
'com.paragon.updater'
]
end

0 comments on commit 85c6bae

Please sign in to comment.