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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 2 17:29:30 EST 2010


Author: hellik
Date: 2010-02-02 17:29:29 -0500 (Tue, 02 Feb 2010)
New Revision: 40781

Modified:
   grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
Log:
delete all files by deinstalling, next attempt

Modified: grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2010-02-02 05:42:55 UTC (rev 40780)
+++ grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2010-02-02 22:29:29 UTC (rev 40781)
@@ -791,7 +791,9 @@
 	Delete "$INSTDIR\GRASS-WebSite.url"	
 	Delete "$INSTDIR\WinGRASS-README.url"
 	Delete "$INSTDIR\REQUIREMENTS.html"
-	Delete "$INSTDIR\README.html"	
+	Delete "$INSTDIR\README.html"
+	Delete "$INSTDIR\contributors.csv"
+	Delete "$INSTDIR\translators.csv"	
 	
 	;remove folders
 	RMDir /r "$INSTDIR\bin"



More information about the grass-commit mailing list