homebrew-cask-versions/lib/cask/artifact/binary.rb
Roland Walker ed5ea5ed4c recast install/uninstall methods: install_phase
and `uninstall_phase`, to improve clarity, now that we have an
independent `uninstall` artifact.
2014-06-18 20:22:24 -04:00

5 lines
121 B
Ruby

class Cask::Artifact::Binary < Cask::Artifact::Symlinked
def install_phase
super unless Cask.no_binaries
end
end