Index: cinstall/postinstall.cc =================================================================== RCS file: /cvs/src/src/winsup/cinstall/postinstall.cc,v retrieving revision 2.2 diff -u -3 -p -r2.2 postinstall.cc --- cinstall/postinstall.cc 2001/05/27 07:05:09 2.2 +++ cinstall/postinstall.cc 2001/10/27 08:59:32 @@ -79,6 +79,9 @@ each (char *fname, unsigned int size) else return; + /* if file exists then delete it otherwise just ignore no file error */ + remove (cygpath ("/etc/postinstall/", fname, ".done", 0)); + rename (cygpath ("/etc/postinstall/", fname, 0), cygpath ("/etc/postinstall/", fname, ".done", 0)); }