#!/bin/sh

set -e

test -d "$CRUFT_ROOT/usr/lib/ccache" || exit 0

find "$CRUFT_ROOT/usr/lib/ccache/" -maxdepth 1 -type l ! -empty | sed "s#^$CRUFT_ROOT##"
