Imported using git-ubuntu import.
Changelog parent: b9bcbd6aae
New changelog entries:
* merge lp:~sil2100/livecd-rootfs/remove_apt_lists to drop cruft from
/var/lib/apt/lists on phone images
impish
parent
b9bcbd6aae
commit
0682fffca1
@ -0,0 +1,9 @@
|
||||
#!/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/*"
|
||||
find /var/lib/apt/lists/ -type f | xargs rm -f
|
Loading…
Reference in new issue