add cleanup script and capture results of using it
[debian/tar] / cleanup-script.sh
1 #!/bin/sh
2 #
3 #       clean upstream source to eliminate parts in DFSG-compliant tar package
4 #       Copyright 2009 by Bdale Garbee.  GPL v2 or any later version.
5 #
6
7 rm -rf `/bin/ls | grep -v COPYING | grep -v doc | grep -v cleanup-script.sh`