Skip to content

Commit

Permalink
Merge pull request #6246 from rolandwalker/remove_caskroom_only
Browse files Browse the repository at this point in the history
Remove `caskroom_only` from three Casks
  • Loading branch information
federicobond committed Sep 19, 2014
2 parents f1fcd63 + 2a84eea commit e600f75
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Casks/adobe-arh.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ class AdobeArh < Cask
url 'http://airdownload.adobe.com/air/distribution/latest/mac/arh'
homepage 'http://help.adobe.com/en_US/air/redist/WS485a42d56cd19641-70d979a8124ef20a34b-8000.html'

caskroom_only true
binary 'arh'
container_type :naked

Expand Down
1 change: 0 additions & 1 deletion Casks/flavours.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ class Flavours < Cask
files_in_usr_local
end

caskroom_only true # hack to make uninstall fire
uninstall :launchctl => 'net.interacto.flavours.helper',
:quit => 'net.interacto.Flavours',
:delete => [
Expand Down
2 changes: 1 addition & 1 deletion Casks/switchresx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Switchresx < Cask
homepage 'http://www.madrau.com'

prefpane 'SwitchResX.prefPane'
caskroom_only true # hack to activate uninstall stanza

uninstall :quit => [
'fr.madrau.switchresx.app',
'fr.madrau.switchresx.daemon', # note, daemon does not :quit cleanly
Expand Down

0 comments on commit e600f75

Please sign in to comment.