commit | aee95a84dc7550f252b602a011552ac278132daf | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Fri Jan 05 13:20:57 2018 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Fri Jan 05 13:20:57 2018 +0100 |
tree | 7e2653c15f44733f69b1fd559076c94beed5287b | |
parent | 2d3628af717894df0070581a0f8b7592796927ec [diff] [blame] |
Setup apt compression workaround
diff --git a/ubuntu-14.04/scripts/cleanup.sh b/ubuntu-14.04/scripts/cleanup.sh index 644b410..7f2ba4d 100644 --- a/ubuntu-14.04/scripts/cleanup.sh +++ b/ubuntu-14.04/scripts/cleanup.sh
@@ -1,5 +1,6 @@ apt-get -y autoremove --purge apt-get -y clean +rm -f /var/lib/apt/lists/* rm -f /usr/sbin/policy-rc.d || true