From 7f693642934c93c1b5ca1fba6ab38faa58d605d5 Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 3 Dec 2019 06:26:28 +1000 Subject: Don't leave those massive unpacked Packages files around. --- apt-panopticon.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/apt-panopticon.lua b/apt-panopticon.lua index c3e0795..d2fa9b9 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua @@ -735,6 +735,7 @@ local postDownload = function(host, r, k) W("Can't find file results_old/pkgmaster.devuan.org/merged/dists/" .. r .. dir .. "Packages.parsed-sorted") end end + os.execute('rm results/' .. host .. '/merged/dists/' .. r .. dir .. 'Packages') end end end -- cgit v1.1