removing unnecessary file

This commit is contained in:
JT Smith 2006-11-07 23:26:03 +00:00
parent 4f68a0933c
commit 4c35af0488
2 changed files with 1 additions and 187 deletions

View file

@ -38,6 +38,7 @@ sub deleteFiles {
my $session = shift;
print "\tDelete unnecessary files.\n" unless ($quiet);
unlink "../../lib/WebGUI/i18n/English/Form_Textarea.pm";
unlink "../../www/extras/resizeable_textarea.js";
}
#--------------------------------------------------