brew/Library/Homebrew/cask/dsl/postflight.rb
2018-09-06 09:30:52 +02:00

14 lines
248 B
Ruby

require "cask/staged"
module Cask
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