mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
Add uninstall_phase method to CaskroomOnly artifact
This commit is contained in:
parent
ef7190589c
commit
19084bce63
1 changed files with 4 additions and 0 deletions
|
|
@ -6,4 +6,8 @@ class Cask::Artifact::CaskroomOnly < Cask::Artifact::Base
|
|||
def install_phase
|
||||
# do nothing
|
||||
end
|
||||
|
||||
def uninstall_phase
|
||||
# do nothing
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue