Sign in
fuchsia
/
third_party
/
mesa
/
2cbf6ace6fb6b7c4b8ce2b886e8f58cd0107ce45
/
.
/
.gitlab-ci
/
container
/
container_post_build.sh
blob: 818dc1ecfd09ca0360e5c66b19ea54030c039a79 [
file
]
#!/bin/sh
if
test
-
f
/
etc
/
debian_version
;
then
apt
-
get autoremove
-
y
--
purge
fi
# Clean up any build cache for rust.
rm
-
rf
/.
cargo
ccache
--
show
-
stats