livecd-rootfs/live-build/ubuntu-touch/hooks/99-remove-lists.binary
2015-10-01 16:25:05 +02:00

9 lines
308 B
Bash
Executable File

#!/bin/sh
# remove-lists: Remove all apt lists for space as our apport does not need them
#
# Author: Łukasz 'sil2100' Zemczak <achiang@canonical.com>
# Date : September 22, 2015
echo "Removing /var/lib/apt/lists/* from the binary"
find binary/boot/filesystem.dir/var/lib/apt/lists/ -type f | xargs rm -f