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 Zap < UninstallBase
|
|
|
|
def uninstall_phase
|
2017-02-05 07:47:54 +01:00
|
|
|
dispatch_uninstall_directives(expand_tilde: true)
|
2016-09-24 13:52:43 +02:00
|
|
|
end
|
|
|
|
end
|
2016-08-18 22:11:42 +03:00
|
|
|
end
|
|
|
|
end
|