From 696ff9449843a56f7965857880ce9ec2e53bb048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dario=20Vladovi=C4=87?= Date: Sun, 12 Apr 2020 19:36:17 +0200 Subject: [PATCH] Update macfusion-ng (#80534) --- Casks/macfusion-ng.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Casks/macfusion-ng.rb b/Casks/macfusion-ng.rb index 9cd7ddc5cd..a1c3f60a83 100644 --- a/Casks/macfusion-ng.rb +++ b/Casks/macfusion-ng.rb @@ -7,6 +7,7 @@ cask 'macfusion-ng' do name 'Macfusion' homepage "https://github.com/macfusion-ng/macfusion#{version.major}/" + conflicts_with cask: 'macfusion' depends_on formula: 'sshfs' app 'Macfusion.app' @@ -18,4 +19,14 @@ cask 'macfusion-ng' do File.symlink("#{HOMEBREW_PREFIX}/bin/sshfs", 'sshfs-static') end end + + uninstall launchctl: 'org.mgorbach.macfusion2.macfusionAgent' + + zap trash: [ + '~/Library/Application Support/Macfusion', + '~/Library/Caches/org.mgorbach.macfusion2', + '~/Library/Logs/MacFusion2.log', + '~/Library/Preferences/org.mgorbach.macfusion2.plist', + '~/Library/Saved Application State/org.mgorbach.macfusion2.savedState', + ] end