diffstat for live-installer-46 live-installer-46tanglu1 debian/changelog | 7 +++++++ finish-install.d/60remove-live-packages | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff -Nru live-installer-46/debian/changelog live-installer-46tanglu1/debian/changelog --- live-installer-46/debian/changelog 2014-09-10 10:15:13.000000000 +0000 +++ live-installer-46tanglu1/debian/changelog 2014-10-28 11:49:10.000000000 +0000 @@ -1,3 +1,10 @@ +live-installer (46tanglu1) staging; urgency=medium + + * Remove live-tools and tanglu-live-installer in + the final cleanup stage as well. + + -- Matthias Klumpp Tue, 28 Oct 2014 12:48:28 +0100 + live-installer (46) unstable; urgency=medium [ Colin Watson ] diff -Nru live-installer-46/finish-install.d/60remove-live-packages live-installer-46tanglu1/finish-install.d/60remove-live-packages --- live-installer-46/finish-install.d/60remove-live-packages 2012-01-14 02:01:11.000000000 +0000 +++ live-installer-46tanglu1/finish-install.d/60remove-live-packages 2014-10-28 11:48:24.000000000 +0000 @@ -23,7 +23,7 @@ # - Ubuntu: casper if [ $do_manual_removal ]; then - for package in live-boot live-boot-initramfs-tools live-config live-config-runit live-config-systemd live-config-sysvinit live-config-upstart debian-installer-launcher casper; do + for package in live-boot live-boot-initramfs-tools live-config live-config-runit live-config-systemd live-config-sysvinit live-config-upstart debian-installer-launcher casper live-tools tanglu-live-installer; do if [ -f /target/var/lib/dpkg/info/$package.list ]; then in-target apt-get --yes purge $package do_initrd=true