[GRASS-SVN] r40705 - grass/trunk/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jan 27 17:52:58 EST 2010
Author: hellik
Date: 2010-01-27 17:52:58 -0500 (Wed, 27 Jan 2010)
New Revision: 40705
Modified:
grass/trunk/mswindows/GRASS-Installer.nsi
Log:
Modified: grass/trunk/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi 2010-01-27 22:51:03 UTC (rev 40704)
+++ grass/trunk/mswindows/GRASS-Installer.nsi 2010-01-27 22:52:58 UTC (rev 40705)
@@ -790,6 +790,7 @@
Delete "$INSTDIR\GRASS-WebSite.url"
Delete "$INSTDIR\WinGRASS-README.url"
Delete "$INSTDIR\REQUIREMENTS.html"
+ Delete "$INSTDIR\README.html"
;remove folders
RMDir /r "$INSTDIR\bin"
@@ -811,6 +812,7 @@
RMDir /r "$INSTDIR\scripts"
RMDir /r "$INSTDIR\sqlite"
RMDir /r "$INSTDIR\tcl-tk"
+ RMDir /r "$INSTDIR\tools"
;if empty, remove the install folder
RMDir "$INSTDIR"
More information about the grass-commit
mailing list