[GRASS-SVN] r40750 - grass/trunk/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jan 31 05:52:28 EST 2010
Author: hellik
Date: 2010-01-31 05:52:28 -0500 (Sun, 31 Jan 2010)
New Revision: 40750
Modified:
grass/trunk/mswindows/GRASS-Installer.nsi
Log:
delete all desktop-shortcuts by deinstalling
Modified: grass/trunk/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi 2010-01-31 10:50:00 UTC (rev 40749)
+++ grass/trunk/mswindows/GRASS-Installer.nsi 2010-01-31 10:52:28 UTC (rev 40750)
@@ -820,7 +820,7 @@
;remove the Desktop ShortCut
SetShellVarContext current
Delete "$DESKTOP\GRASS ${VERSION_NUMBER}.lnk"
- Delete "$DESKTOP\GRASS ${VERSION_NUMBER} msys.lnk"
+ Delete "$DESKTOP\GRASS ${VERSION_NUMBER} with MSYS.lnk"
;remove the Programs Start ShortCuts
SetShellVarContext all
More information about the grass-commit
mailing list