summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_local-packageslists
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_binary_local-packageslists')
-rwxr-xr-xhelpers/lh_binary_local-packageslists3
1 files changed, 3 insertions, 0 deletions
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