diff options
author | Daniel Baumann <daniel@debian.org> | 2009-05-06 21:07:04 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:44 +0100 |
commit | 173fa3bbbf7f5d7d9675881685f97db19f0162b3 (patch) | |
tree | 71e12c51e7319c6039cd8968b991b94276874f76 | |
parent | 27b487e9d48c7ba4f24c8757dd722991c9bb4b8e (diff) | |
download | vyos-live-build-173fa3bbbf7f5d7d9675881685f97db19f0162b3.tar.gz vyos-live-build-173fa3bbbf7f5d7d9675881685f97db19f0162b3.zip |
Not removing man/index.db in lh_chroot_hacks to keep man -k aka apropos working, thanks to Juliusz Chroboczek <Juliusz.Chroboczek@pps.jussieu.fr> (Closes: #527311).
-rwxr-xr-x | helpers/lh_chroot_hacks | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helpers/lh_chroot_hacks b/helpers/lh_chroot_hacks index d436faf36..b33d637a9 100755 --- a/helpers/lh_chroot_hacks +++ b/helpers/lh_chroot_hacks @@ -87,7 +87,6 @@ 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}" ] |