diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-04-17 21:27:02 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:32 +0100 |
commit | efa7c76589822988442fa80582282fb6a97cbcfc (patch) | |
tree | 996025020b6e51506b489d407a8fb8038a3cdd80 | |
parent | ffa20df08243c6d19a47ef182a0fa7438f60f800 (diff) | |
download | vyos-live-build-efa7c76589822988442fa80582282fb6a97cbcfc.tar.gz vyos-live-build-efa7c76589822988442fa80582282fb6a97cbcfc.zip |
Remove temporary binary package list files
-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 |