From f9838ccce0285428e9fa326533cee50226f475c2 Mon Sep 17 00:00:00 2001 From: Travis Rowland Date: Tue, 21 Mar 2017 02:41:20 -0700 Subject: [PATCH] Revert "Preserve /build/{cleanup.sh,buildconfig} files." --- image/cleanup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/cleanup.sh b/image/cleanup.sh index 72ef0ce..d954a47 100755 --- a/image/cleanup.sh +++ b/image/cleanup.sh @@ -4,7 +4,7 @@ source /bd_build/buildconfig set -x apt-get clean -ls -d -1 /bd_build/**/* | grep -v "cleanup.sh" | grep -v "buildconfig" | xargs rm -f +rm -rf /bd_build rm -rf /tmp/* /var/tmp/* rm -rf /var/lib/apt/lists/*