#!/bin/sh
echo "Doing other cleanups..."
# Insert cleanups
rm -rf .deps
# Stop
echo "Done."
