This commit is contained in:
Rohan Garg 2014-10-27 18:39:11 +01:00
parent 8b0ad2f675
commit 6a9c9cbaae

View File

@ -76,7 +76,7 @@ def run():
for entry in operations: for entry in operations:
run_operations(pkgman, entry) run_operations(pkgman, entry)
if libcalamares.globalstorage.contains("pagkageOperations"): if libcalamares.globalstorage.contains("packageOperations"):
operations = libcalamares.globalstorage.value("packageOperations") operations = libcalamares.globalstorage.value("packageOperations")
for entry in operations: for entry in operations:
run_operations(pkgman, entry) run_operations(pkgman, entry)