From: Brian S. <xue...@us...> - 2007-02-10 14:29:28
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14147 Modified Files: Tag: b0_22_2 installer-Uninstall.nsh Log Message: Updated to cope with the latest changes to the minimal Perl. Index: installer-Uninstall.nsh =================================================================== RCS file: /cvsroot/popfile/windows/installer-Uninstall.nsh,v retrieving revision 1.4.2.5 retrieving revision 1.4.2.6 diff -C2 -d -r1.4.2.5 -r1.4.2.6 *** installer-Uninstall.nsh 6 Feb 2006 16:52:03 -0000 1.4.2.5 --- installer-Uninstall.nsh 10 Feb 2007 14:29:22 -0000 1.4.2.6 *************** *** 4,8 **** # NSIS 'installer.nsi' script used to create the POPFile installer. # ! # Copyright (c) 2005-2006 John Graham-Cumming # # This file is part of POPFile --- 4,8 ---- # NSIS 'installer.nsi' script used to create the POPFile installer. # ! # Copyright (c) 2005-2007 John Graham-Cumming # # This file is part of POPFile *************** *** 688,691 **** --- 688,692 ---- RMDir /r "$G_MPLIBDIR\Math" RMDir /r "$G_MPLIBDIR\MIME" + RMDir /r "$G_MPLIBDIR\Scalar" RMDir /r "$G_MPLIBDIR\String" RMDir /r "$G_MPLIBDIR\Sys" *************** *** 693,700 **** RMDir /r "$G_MPLIBDIR\Time" RMDir /r "$G_MPLIBDIR\warnings" - IfFileExists "$G_MPLIBDIR\Win32\*.*" 0 skip_Win32 RMDir /r "$G_MPLIBDIR\Win32" - - skip_Win32: Delete "$G_MPLIBDIR\*.pm" Delete "$G_MPLIBDIR\*.pl" --- 694,698 ---- |