brew/Library/Homebrew/cask/lib/hbc/dsl/postflight.rb

10 lines
214 B
Ruby
Raw Normal View History

2016-08-18 22:11:42 +03:00
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