2016-08-18 22:11:42 +03:00
|
|
|
require "hbc/artifact/uninstall_base"
|
|
|
|
|
2016-09-24 13:52:43 +02:00
|
|
|
module Hbc
|
|
|
|
module Artifact
|
|
|
|
class Uninstall < UninstallBase
|
2017-02-10 07:49:21 +01:00
|
|
|
def uninstall_phase
|
|
|
|
dispatch_uninstall_directives
|
|
|
|
end
|
2016-09-24 13:52:43 +02:00
|
|
|
end
|
|
|
|
end
|
2016-08-18 22:11:42 +03:00
|
|
|
end
|