Merge branch 'upstream' into debian
[debian/openrocket] / cleanup-script.sh
diff --git a/cleanup-script.sh b/cleanup-script.sh
new file mode 100755 (executable)
index 0000000..6d42d29
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh
+#
+#      clean upstream source to achieve DFSG compliance
+#      Copyright 2010 by Bdale Garbee.  GPL v2 or any later version.
+#
+
+git rm -rf dists lib lib-extra lib-test
+rm -rf dists lib lib-extra lib-test
+
+exit 0