If the subdirs aren't empty, the rmdir calls can fail. Simplify this code by just using `rm -rf` since that matches what we really want.
If the subdirs aren't empty, the rmdir calls can fail. Simplify this code by just using `rm -rf` since that matches what we really want.