diff options
-rwxr-xr-x | helpers/lh_binary_local-packageslists | 3 |
1 files changed, 3 insertions, 0 deletions
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 |