livecd-rootfs/live-build/ubuntu-desktop-next/hooks/10-remove-documentation.binary
Sebastien Bacher 95a961d6f1 * live-build/ubuntu-desktop-next/hooks/00-uid-gid-fix.chroot_early:
* live-build/ubuntu-desktop-next/hooks/10-remove-documentation.binary:
  - don't remove the copyright and manpages on desktop
2015-06-19 10:50:39 +02:00

9 lines
222 B
Bash

#!/bin/sh -x
echo "I: Removing /var/lib/apt/lists/*"
find binary/boot/filesystem.dir/var/lib/apt/lists/ -type f | xargs rm -f
echo "I: Removing /var/cache/apt/*.bin"
rm -f binary/boot/filesystem.dir/var/cache/apt/*.bin