[GRASS-SVN] r40703 - grass/branches/releasebranch_6_4/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 27 17:47:33 EST 2010


Author: hellik
Date: 2010-01-27 17:47:33 -0500 (Wed, 27 Jan 2010)
New Revision: 40703

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


Modified: grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi	2010-01-27 22:41:36 UTC (rev 40702)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi	2010-01-27 22:47:33 UTC (rev 40703)
@@ -806,6 +806,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"
@@ -827,6 +828,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