diskimage-builder/elements/base/cleanup.d/01-ccache

9 lines
208 B
Bash
Executable File

#!/bin/bash
set -eu
set -o pipefail
# As this is run in cleanup, it's already been automatically unmounted,
# so all we need to do here is remove the directory
sudo rmdir $TMP_MOUNT_PATH/tmp/ccache || true