summaryrefslogtreecommitdiff
path: root/helpers/lh_chroot_sources
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 10:05:14 +0200
committerDaniel Baumann <daniel@debian.org>2007-09-23 10:05:14 +0200
commit615360e7ad327a88578dcaea7d0d677c840c94fb (patch)
tree360ca9a49f3d82d589a4b49c98e5210dfcb3b74e /helpers/lh_chroot_sources
parentae5c245c5d0b910b9fde27f99668c46f64f9bcc2 (diff)
downloadvyos-live-build-615360e7ad327a88578dcaea7d0d677c840c94fb.tar.gz
vyos-live-build-615360e7ad327a88578dcaea7d0d677c840c94fb.zip
Adding live-helper 1.0~a18-1.
Diffstat (limited to 'helpers/lh_chroot_sources')
-rwxr-xr-xhelpers/lh_chroot_sources6
1 files changed, 0 insertions, 6 deletions
diff --git a/helpers/lh_chroot_sources b/helpers/lh_chroot_sources
index b8c9371e8..f4b14f597 100755
--- a/helpers/lh_chroot_sources
+++ b/helpers/lh_chroot_sources
@@ -295,12 +295,6 @@ case "${1}" in
rm -rf chroot/var/cache/apt
mkdir -p chroot/var/cache/apt/archives/partial
- # Removing old files
- rm -f chroot/var/lib/dpkg/available-old
- rm -f chroot/var/lib/dpkg/diversions-old
- rm -f chroot/var/lib/dpkg/statoverride-old
- rm -f chroot/var/lib/dpkg/status-old
-
# Removing stage file
rm -f .stage/chroot_sources
;;