remove tar file, the output of lzma decompress... only original archive file should
stay here. BUG:FIXED:10680
This commit is contained in:
@@ -168,6 +168,10 @@ class ArchiveTar(ArchiveBase):
|
||||
if tarinfo.name.endswith(".desktop"):
|
||||
ctx.ui.notify(pisi.ui.desktopfile, desktopfile=tarinfo.name)
|
||||
|
||||
# Bug #10680
|
||||
if self.type == 'tarlzma':
|
||||
os.unlink(self.file_path)
|
||||
|
||||
os.chdir(oldwd)
|
||||
self.close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user