brew/Library/Homebrew/cask/lib/hbc/dsl/postflight.rb
AnastasiaSulyagina e81f4ab7de init
2016-08-19 14:50:14 +03:00

10 lines
214 B
Ruby

require "hbc/staged"
class Hbc::DSL::Postflight < Hbc::DSL::Base
include Hbc::Staged
def suppress_move_to_applications(options = {})
# TODO: Remove from all casks because it is no longer needed
end
end