Merge "Add apt-get autoremove"

This commit is contained in:
Jenkins 2015-02-06 16:24:14 +00:00 committed by Gerrit Code Review
commit f5b2f6941a

View File

@ -0,0 +1,5 @@
#!/bin/bash
set -eux
set -o pipefail
apt-get -y autoremove