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