diskimage-builder/elements/base/finalise.d/02-remove-ccache
Robert Collins c7d80ddeed Cleanup mount points automatically.
Manually listing the mount points that need cleanup is not
maintainable and makes it hard to write elements that use bind
mounting to inject resources into the build environment.

Change-Id: I7c9ade444f4ebe42552f8e321f257a7ec0a674ef
2013-08-09 22:53:32 +12:00

5 lines
46 B
Bash
Executable File

#!/bin/bash
set -e
rmdir /tmp/ccache || true