if (options.isVerbose())
System.out.println("Checking for " + linkFile.getAbsolutePath());
if (!linkFile.exists())
return;
step.add(new InstallOperation() {
public String toString() {
return "Deleting " + linkFile.getAbsolutePath();
}
protected IStatus run(Context installer) {