Add pkgman to run_operations invocation.

This commit is contained in:
shainer 2016-07-05 21:06:27 +01:00
parent 2349f7125e
commit 53214a15bc

View File

@ -124,6 +124,6 @@ def run():
run_operations(pkgman, entry) run_operations(pkgman, entry)
if libcalamares.globalstorage.contains("packageOperations"): if libcalamares.globalstorage.contains("packageOperations"):
run_operations(libcalamares.globalstorage.value("packageOperations")) run_operations(pkgman, libcalamares.globalstorage.value("packageOperations"))
return None return None