From efa7c76589822988442fa80582282fb6a97cbcfc 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
---
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 5804fa1..869e6bf 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.0