[GRASS-SVN] r40782 - grass/branches/releasebranch_6_4/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Feb 2 17:32:19 EST 2010
Author: hellik
Date: 2010-02-02 17:32:19 -0500 (Tue, 02 Feb 2010)
New Revision: 40782
Modified:
grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
Log:
delete all files by deinstalling, next attempt
Modified: grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi 2010-02-02 22:29:29 UTC (rev 40781)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi 2010-02-02 22:32:19 UTC (rev 40782)
@@ -807,6 +807,8 @@
Delete "$INSTDIR\WinGRASS-README.url"
Delete "$INSTDIR\REQUIREMENTS.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