From ac3563b3cab4ea998bfed17e307cdf12c833e830 Mon Sep 17 00:00:00 2001
From: Chris Lamb <chris@chris-lamb.co.uk>
Date: Thu, 17 Apr 2008 21:27:02 +0100
Subject: Remove temporary binary package list files

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
---
 helpers/lh_binary_local-packageslists | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/helpers/lh_binary_local-packageslists b/helpers/lh_binary_local-packageslists
index 5804fa1ae..869e6bf71 100755
--- a/helpers/lh_binary_local-packageslists
+++ b/helpers/lh_binary_local-packageslists
@@ -55,6 +55,9 @@ then
 
 		# Downloading additional packages
 		Chroot "xargs --arg-file=/root/$(basename ${PACKAGESLIST}) apt-get ${APT_OPTIONS} -o Dir::Cache=/binary.deb --download-only install"
+
+		# Remove package list
+		rm chroot/root/"$(basename ${PACKAGESLIST})"
 	done
 
 	for FILE in chroot/binary.deb/archives/*.deb
-- 
cgit v1.2.3