brew/Library/Homebrew/cask/dsl/uninstall_postflight.rb
2024-04-26 19:04:20 +02:00

11 lines
190 B
Ruby

# typed: strict
# frozen_string_literal: true
module Cask
class DSL
# Class corresponding to the `uninstall_postflight` stanza.
class UninstallPostflight < Base
end
end
end