Revision: | 61 |
Committed: | 2008-11-29T05:05:57-08:00 (16 years, 6 months ago) by douglas |
Content type: | text/x-sh |
File size: | 177 byte(s) |
Log Message: | Scripts! |
# | Content |
---|---|
1 | #!/usr/bin/env bash |
2 | # Ubuntu Clean |
3 | # |
4 | # Douglas Thrift |
5 | # |
6 | # $Id$ |
7 | |
8 | source "`dirname $0`/common" |
9 | |
10 | (cd $directory; debuild clean) |
11 | |
12 | rm -fv $package/*.@(build|changes|deb|diff.gz|dsc) |
Name | Value |
---|---|
svn:executable | * |
svn:keywords | Id |
svn:mime-type | text/x-sh |