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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Oct 16 17:07:09 CEST 2007


Author: marcus
Date: 2007-10-16 17:07:09 +0200 (Tue, 16 Oct 2007)
New Revision: 566

Modified:
   trunk/ChangeLog
   trunk/src/uninst-qt.nsi
Log:
2007-10-16  Marcus Brinkmann  <marcus at g10code.de>

	* src/uninst-qt.nsi: Uninstall qt.conf.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-10-16 14:39:11 UTC (rev 565)
+++ trunk/ChangeLog	2007-10-16 15:07:09 UTC (rev 566)
@@ -1,5 +1,7 @@
 2007-10-16  Marcus Brinkmann  <marcus at g10code.de>
 
+	* src/uninst-qt.nsi: Uninstall qt.conf.
+
 	* src/uninst-qt.nsi: Uninstall mingwm10.dll.
 	* src/inst-kleopatra.nsi: Fix slash instead backslash error.
 	* src/uninst-kdelibs.nsi: Remove directories share\config\ui and

Modified: trunk/src/uninst-qt.nsi
===================================================================
--- trunk/src/uninst-qt.nsi	2007-10-16 14:39:11 UTC (rev 565)
+++ trunk/src/uninst-qt.nsi	2007-10-16 15:07:09 UTC (rev 566)
@@ -31,6 +31,7 @@
   Call un.SourceDelete
 !else
   Delete "$INSTDIR\mingwm10.dll"
+  Delete "$INSTDIR\qt.conf"
 
   Delete "$INSTDIR\Qt3Support4.dll"
   Delete "$INSTDIR\QtAssistantClient4.dll"



More information about the Gpg4win-commits mailing list