#!/bin/sh
for i in */os/Springdale */os/Addons */debug/* source/*; do
	repomanage -c -o $i | xargs rm -f
done
