#!/bin/sh

# update caches

rm -R ${targetVolume}/System/Library/Caches/
kextcache -update-volume ${targetVolume} -f

exit 0