]> git.gag.com Git - debian/openrocket/blob - cleanup-script.sh
6d42d294a1fcf9ee8060bb96d4a4413792d31ab1
[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