more refactoring

This commit is contained in:
Spitap
2022-09-19 15:13:44 +02:00
parent f3811b4b39
commit d75d83f202
7 changed files with 44 additions and 50 deletions

View File

@@ -161,10 +161,6 @@ class Installer(object):
"""Tasks to execute before the installer starts."""
pass
def restore(self):
"""Tasks to execute to restore files/databases."""
pass
def post_run(self):
"""Additionnal tasks."""
pass