case "$ACTION" in
purge) test -d var/cache/mopidy &&
       rm -rf var/cache/mopidy
       ;;
esac
