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