diff --git a/pisi/operations/delta.py b/pisi/operations/delta.py index c333ca28..ce38c9d3 100644 --- a/pisi/operations/delta.py +++ b/pisi/operations/delta.py @@ -92,6 +92,9 @@ def create_delta_package(old_package, new_package): os.chdir(c) + # Remove temp dir + util.clean_dir(newpkg_path) + ctx.ui.info(_("Done.")) # return delta package name