The apt lists removal hook needs to be for the binaries.

This commit is contained in:
Łukasz 'sil2100' Zemczak 2015-10-01 16:25:05 +02:00
parent 47d0469af5
commit 0bceb09c4b

View File

@ -5,5 +5,5 @@
# Author: Łukasz 'sil2100' Zemczak <achiang@canonical.com>
# Date : September 22, 2015
echo "Removing /var/lib/apt/lists/*"
find /var/lib/apt/lists/ -type f | xargs rm -f
echo "Removing /var/lib/apt/lists/* from the binary"
find binary/boot/filesystem.dir/var/lib/apt/lists/ -type f | xargs rm -f