Merge commit '9c8c5e8c89c11db026c54d46f02c7b63d4e63d0a' into upstream
[debian/openrocket] / cleanup-script.sh
1 #!/bin/sh
2 #
3 #       clean upstream source to achieve DFSG compliance
4 #       Copyright 2010 by Bdale Garbee.  GPL v2 or any later version.
5 #
6
7 git rm -rf dists lib lib-extra lib-test web
8 rm -rf dists lib lib-extra lib-test web
9
10 exit 0