brew/Library/Homebrew/cask/lib/hbc/dsl/postflight.rb
2016-09-24 16:00:58 +02:00

14 lines
246 B
Ruby

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