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

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