Make Install.execute() work on Unix.

[nsbeta2+ b = 37168; r = ssu]


git-svn-id: svn://10.0.0.236/trunk@73940 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sgehani%netscape.com
2000-07-10 21:02:16 +00:00
parent 0157bbf377
commit f5bd2c5b5e
3 changed files with 37 additions and 32 deletions

View File

@@ -105,7 +105,7 @@ PRInt32 nsInstallExecute::Complete()
if(cArgs[0])
delete(cArgs[0]);
DeleteFileNowOrSchedule( app );
ScheduleFileForDeletion( app );
return result;
}