Add uninstall_phase method to CaskroomOnly artifact

This commit is contained in:
Federico Bond 2014-08-11 23:07:36 -03:00
parent ef7190589c
commit 19084bce63

View file

@ -6,4 +6,8 @@ class Cask::Artifact::CaskroomOnly < Cask::Artifact::Base
def install_phase
# do nothing
end
def uninstall_phase
# do nothing
end
end