mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
14 lines
246 B
Ruby
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
|