diff --git a/Casks/authoxy.rb b/Casks/authoxy.rb index f9e8bd4cfd9..f9723c376f6 100644 --- a/Casks/authoxy.rb +++ b/Casks/authoxy.rb @@ -4,12 +4,10 @@ class Authoxy < Cask version '3.6' sha256 '921720e5bd1d7cd9f08e29bee928ea667662ba704f59340280194c8b4649b632' install 'Authoxy (double click me).pkg' - uninstall( - :files => %w[ - /Library/PreferencePanes/Authoxy.prefPane - /Applications/startAuthoxy - ~/Library/Preferences/net.hrsoftworks.AuthoxyPref.plist - /tmp/authoxyd.pid - ] - ) -end \ No newline at end of file + uninstall :files => [ + '/Library/PreferencePanes/Authoxy.prefPane', + '/Applications/startAuthoxy', + "#{ENV['HOME']}/Library/Preferences/net.hrsoftworks.AuthoxyPref.plist", + '/tmp/authoxyd.pid', + ] +end