Unverified Kaydet (Commit) 553eb21c authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

Sanırım düzelttim.

üst 3688a05b
......@@ -54,7 +54,7 @@ def __listactions(actions):
if __pkg_already_installed(pkg, pkginfo):
continue
beinstalled.append("{0}-{1}".format(pkg, pkginfo))
configs.append(pkg)
configs.append([pkg, operation])
else:
if installdb.has_package(pkg):
beremoved.append("{}".format(pkg))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment