Remove temporary binary package list files

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
Chris Lamb 2008-04-17 21:27:02 +01:00 committed by Daniel Baumann
parent f8c8aaa99a
commit ac3563b3ca
1 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,9 @@ then
# Downloading additional packages # Downloading additional packages
Chroot "xargs --arg-file=/root/$(basename ${PACKAGESLIST}) apt-get ${APT_OPTIONS} -o Dir::Cache=/binary.deb --download-only install" 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 done
for FILE in chroot/binary.deb/archives/*.deb for FILE in chroot/binary.deb/archives/*.deb