diff options
author | Daniel Baumann <daniel@debian.org> | 2007-11-20 11:23:26 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:29 +0100 |
commit | de1698708d55dfa01590fa5a6a0a84912e5e165e (patch) | |
tree | b89c4e90377699b18148ff7a041c78bd83c7b9fe /helpers | |
parent | 66e661748bfcb9295999bc25215f168590ee63c4 (diff) | |
download | vyos-live-build-de1698708d55dfa01590fa5a6a0a84912e5e165e.tar.gz vyos-live-build-de1698708d55dfa01590fa5a6a0a84912e5e165e.zip |
Also removing manpage cache in cleanup.
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_chroot_hacks | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers/lh_chroot_hacks b/helpers/lh_chroot_hacks index b3bcb2e21..5d9a4ac49 100755 --- a/helpers/lh_chroot_hacks +++ b/helpers/lh_chroot_hacks @@ -99,6 +99,7 @@ rm -f chroot/etc/apt/trusted.gpg~ rm -f chroot/etc/group- chroot/etc/passwd- rm -f chroot/etc/gshadow- chroot/etc/shadow- rm -f chroot/var/cache/debconf/*-old +rm -f chroot/var/cache/man/index.db rm -f chroot/var/lib/dpkg/*-old if [ -n "${LH_ROOT_COMMAND}" ] |