lose the huge dists tree from our orig.tar.gz file, too!
[debian/openrocket] / cleanup-script.sh
index 981b94c3493b43ee9da5dde9e8a6c48e303e665d..6d42d294a1fcf9ee8060bb96d4a4413792d31ab1 100755 (executable)
@@ -4,7 +4,7 @@
 #      Copyright 2010 by Bdale Garbee.  GPL v2 or any later version.
 #
 
-git rm -rf lib lib-extra lib-test
-rm -rf lib lib-extra lib-test
+git rm -rf dists lib lib-extra lib-test
+rm -rf dists lib lib-extra lib-test
 
 exit 0