mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 01:02:34 +00:00
21 lines
443 B
Ruby
21 lines
443 B
Ruby
class W3DHub
|
|
class ApplicationManager
|
|
class Uninstaller < Task
|
|
def type
|
|
:uninstaller
|
|
end
|
|
|
|
def exec_task
|
|
# TODO: cherrypick or nuke installation folder
|
|
# A:
|
|
# fetch manifests
|
|
# load manifests
|
|
# build list of files
|
|
# delete list of files
|
|
# B:
|
|
# Nuke installation folder
|
|
# mark application as uninstalled
|
|
end
|
|
end
|
|
end
|
|
end |