diff --git a/travis-ci/rootfs/mkrootfs_debian.sh b/travis-ci/rootfs/mkrootfs_debian.sh index bde1f65..6dba868 100755 --- a/travis-ci/rootfs/mkrootfs_debian.sh +++ b/travis-ci/rootfs/mkrootfs_debian.sh @@ -43,11 +43,6 @@ rm -rf \ "$root"/var/cache/apt/archives/* \ "$root"/var/lib/apt/lists/* -# Save some more space by removing coreutils - the tests use busybox. Before -# doing that, delete the buggy postrm script, which uses the rm command. -rm -f "$root/var/lib/dpkg/info/coreutils.postrm" -chroot "$root" dpkg --remove --force-remove-essential coreutils - # Apply common tweaks. "$(dirname "$0")"/mkrootfs_tweak.sh "$root"