Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT cygwin DOT com Message-ID: <073901c193f3$d4c4d550$0200a8c0@lifelesswks> From: "Robert Collins" To: "David A. Cobb" , "Charles Wilson" Cc: References: <3C18EBA9 DOT 9030102 AT ece DOT gatech DOT edu> <0b5501c184be$8639eb80$0200a8c0 AT lifelesswks> <3C1A35F6 DOT 8050909 AT ece DOT gatech DOT edu> <0f8901c185fc$a108b600$0200a8c0 AT lifelesswks> <3C1D5F00 DOT 3010506 AT ece DOT gatech DOT edu> <3C3384B2 DOT 8070305 AT home DOT com> Subject: Re: Restructuring gettext Date: Thu, 3 Jan 2002 12:13:18 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 03 Jan 2002 01:13:10.0326 (UTC) FILETIME=[CF0E9560:01C193F3] === ----- Original Message ----- From: "David A. Cobb" > I've had cases like this in another context and found the most > straightforward solution is for (setup.exe) to do any uninstalls first, > then any reinstalls, then everything else. This would also have saved a > few shot toes when libncurses#n came out (I thin`). It causes other problems. Consider this: Reinstalled package foo requires new package bar. When reinstalling foo, if bar is used during a post install script.. bang! that will fail. Rob