Remove jar file that doesn't need to be packages

This commit is contained in:
Jamie Cameron
2008-12-01 23:17:43 +00:00
parent e8f531148f
commit 0a7fe91b22

View File

@@ -109,6 +109,7 @@ foreach $m (@mlist) {
# Remove files that shouldn't be publicly available
system("rm -rf $tardir/$dir/status/mailserver*");
system("rm -rf $tardir/$dir/file/plugin.jar");
# Add other directories
foreach $d (@dirlist) {