mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
and `uninstall_phase`, to improve clarity, now that we have an independent `uninstall` artifact.
5 lines
121 B
Ruby
5 lines
121 B
Ruby
class Cask::Artifact::Binary < Cask::Artifact::Symlinked
|
|
def install_phase
|
|
super unless Cask.no_binaries
|
|
end
|
|
end
|