[GRASS-SVN] r40704 - grass/branches/develbranch_6/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 27 17:51:04 EST 2010


Author: hellik
Date: 2010-01-27 17:51:03 -0500 (Wed, 27 Jan 2010)
New Revision: 40704

Modified:
   grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
Log:


Modified: grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2010-01-27 22:47:33 UTC (rev 40703)
+++ grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2010-01-27 22:51:03 UTC (rev 40704)
@@ -791,6 +791,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"
@@ -812,6 +813,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