Kaydet (Commit) 965a1f93 authored tarafından sulincix's avatar sulincix

fi

üst e4e0caea
...@@ -363,7 +363,7 @@ class Install(AtomicOperation): ...@@ -363,7 +363,7 @@ class Install(AtomicOperation):
_('Post-install configuration of \"{}\" package failed.').format(self.pkginfo.name)) _('Post-install configuration of \"{}\" package failed.').format(self.pkginfo.name))
self.installdb.mark_pending(self.pkginfo.name) self.installdb.mark_pending(self.pkginfo.name)
return 0 return 0
if self.old_path != self.package.pkg_dir(): if self.old_path != self.package.pkg_dir() and self.old_path != None :
util.clean_dir(self.old_path) util.clean_dir(self.old_path)
def extract_install(self): def extract_install(self):
......
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