Merge pull request #37 from Torxed/lab

Lab
This commit is contained in:
Anton Hvornum 2019-12-26 10:52:12 +01:00 committed by GitHub
commit b3a3b9d772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1038,6 +1038,7 @@ def add_AUR_support(*positionals, **kwargs):
return True
def run_post_install_steps(*positionals, **kwargs):
log(f'Running post installation with input data {instructions}.', level=4, origin='run_post_install_steps')
conf = {}
if 'post' in instructions:
conf = instructions['post']