Merge commit '0b45c3af0d7947a3b38aeffea3e0eeac4f59d46a' 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
8 rm -rf dists lib lib-extra lib-test
9
10 exit 0