From: Brian S. <xue...@us...> - 2007-06-10 16:06:59
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30729 Modified Files: Tag: b0_22_2 installer-Uninstall.nsh Log Message: Oops! Forgot to update the uninstaller after adding a new component to the minimal Perl recently. Index: installer-Uninstall.nsh =================================================================== RCS file: /cvsroot/popfile/windows/installer-Uninstall.nsh,v retrieving revision 1.4.2.6 retrieving revision 1.4.2.7 diff -C2 -d -r1.4.2.6 -r1.4.2.7 *** installer-Uninstall.nsh 10 Feb 2007 14:29:22 -0000 1.4.2.6 --- installer-Uninstall.nsh 10 Jun 2007 16:06:59 -0000 1.4.2.7 *************** *** 686,689 **** --- 686,690 ---- RMDir /r "$G_MPLIBDIR\HTML" RMDir /r "$G_MPLIBDIR\IO" + RMDir /r "$G_MPLIBDIR\List" RMDir /r "$G_MPLIBDIR\Math" RMDir /r "$G_MPLIBDIR\MIME" |