diff --git a/debian/changelog b/debian/changelog index 41cbc6e0..b7ddd79b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.542.2) UNRELEASED; urgency=medium + + * Remove crufty files after minimize-manual (LP: #1826377) + + -- Julian Andres Klode Thu, 25 Apr 2019 11:50:45 +0200 + livecd-rootfs (2.542.1) cosmic; urgency=medium [ Cody Shepherd ] diff --git a/live-build/auto/build b/live-build/auto/build index d83a7996..31fe00b8 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -259,9 +259,6 @@ EOF apt-get -y --purge autoremove" fi - # remove crufty files that shouldn't be left in an image - rm -f chroot/var/cache/debconf/*-old chroot/var/lib/dpkg/*-old - Chroot chroot apt clean if [ "${PROJECT}:${SUBPROJECT:-}" = "ubuntu-base:minimized" ]; then # Save even more size by removing apt lists (that are currently removed # downstream anyway) @@ -452,6 +449,10 @@ EOF /usr/share/livecd-rootfs/minimize-manual chroot + # remove crufty files that shouldn't be left in an image + rm -f chroot/var/cache/debconf/*-old chroot/var/lib/dpkg/*-old + Chroot chroot apt clean + lb binary "$@" touch binary.success ) 2>&1 | tee binary.log