remove Altera-licensed files to achieve DFSG compliance
[debian/gnuradio] / cleanup-script.sh
diff --git a/cleanup-script.sh b/cleanup-script.sh
new file mode 100755 (executable)
index 0000000..3351554
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+#
+#      clean upstream source to achieve DFSG compliance
+#      Copyright 2009 by Bdale Garbee.  GPL v2 or any later version.
+#
+
+git rm -f `find . -name \*.qpf ; find . -name \*.qsf`
+
+exit 0