[GRASS-SVN] r40783 - grass/trunk/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Feb 2 17:35:25 EST 2010
Author: hellik
Date: 2010-02-02 17:35:25 -0500 (Tue, 02 Feb 2010)
New Revision: 40783
Modified:
grass/trunk/mswindows/GRASS-Installer.nsi
Log:
delete all files by deinstalling, next attempt
Modified: grass/trunk/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi 2010-02-02 22:32:19 UTC (rev 40782)
+++ grass/trunk/mswindows/GRASS-Installer.nsi 2010-02-02 22:35:25 UTC (rev 40783)
@@ -790,7 +790,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