Merge "Cleanup apt cache after grub install"

This commit is contained in:
Jenkins 2014-09-01 10:01:58 +00:00 committed by Gerrit Code Review
commit 1f130f7e49

View File

@ -4,6 +4,4 @@
set -eu
set -o pipefail
if ! mount | grep /var/cache/apt/archives; then
apt-get clean
fi
apt-get clean