revise authoxy so that homedir is recognized

Tilde expansion would not work correctly here.
This commit is contained in:
Roland Walker 2014-03-01 19:33:48 -05:00
parent 4cb86d1a75
commit 45df33475c
1 changed files with 7 additions and 9 deletions

View File

@ -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
]
)
uninstall :files => [
'/Library/PreferencePanes/Authoxy.prefPane',
'/Applications/startAuthoxy',
"#{ENV['HOME']}/Library/Preferences/net.hrsoftworks.AuthoxyPref.plist",
'/tmp/authoxyd.pid',
]
end