Merge commit '42b2e5ca519766e37ce6941ba4faecc9691cc403' 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