lintian doesn't like orphan packages with uploaders...
[debian/amanda] / amplot / amcat.awk.in
1 BEGIN{o=substr(f,length(f)-1,2);
2 if(substr(o,1,1)==".") o=substr(o,2,1);
3 @AMPLOT_CAT_GZIP@
4 @AMPLOT_CAT_COMPRESS@
5 @AMPLOT_CAT_PACK@
6 print "cat"; exit; }