[Gpg4win-commits] r1110 - in trunk: . src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Feb 25 14:20:26 CET 2009


Author: marcus
Date: 2009-02-25 14:20:25 +0100 (Wed, 25 Feb 2009)
New Revision: 1110

Modified:
   trunk/ChangeLog
   trunk/src/installer-finish.nsi
Log:
2009-02-25  Marcus Brinkmann  <marcus at g10code.de>

	* src/installer-finish.nsi (Section "Uninstall"): Also remove
	compendium html link from desktop.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-02-25 13:10:07 UTC (rev 1109)
+++ trunk/ChangeLog	2009-02-25 13:20:25 UTC (rev 1110)
@@ -1,5 +1,8 @@
 2009-02-25  Marcus Brinkmann  <marcus at g10code.de>
 
+	* src/installer-finish.nsi (Section "Uninstall"): Also remove
+	compendium html link from desktop.
+
 	* src/installer-finish.nsi (Section "Uninstall"): Add RMDir
 	instructions with REBOOTOK for some directories.
 

Modified: trunk/src/installer-finish.nsi
===================================================================
--- trunk/src/installer-finish.nsi	2009-02-25 13:10:07 UTC (rev 1109)
+++ trunk/src/installer-finish.nsi	2009-02-25 13:20:25 UTC (rev 1110)
@@ -110,6 +110,7 @@
   Delete "$DESKTOP\$(DESC_Desktop_manuals)\Claws-Mail Manual.lnk"
 !endif
 !ifdef HAVE_PKG_COMPENDIUM_DE
+  Delete "$DESKTOP\$(DESC_Desktop_manuals)\$(DESC_Name_compendium_de_html).lnk"
   Delete "$DESKTOP\$(DESC_Desktop_manuals)\$(DESC_Name_compendium_de).lnk"
 !endif
 !ifdef HAVE_PKG_MAN_NOVICE_DE



More information about the Gpg4win-commits mailing list