[Gpg4win-commits] r929 - in trunk: . src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Sep 29 14:54:59 CEST 2008
Author: marcus
Date: 2008-09-29 14:54:59 +0200 (Mon, 29 Sep 2008)
New Revision: 929
Modified:
trunk/ChangeLog
trunk/src/uninst-cairo.nsi
trunk/src/uninst-pinentry.nsi
trunk/src/uninst-pthreads-w32.nsi
Log:
2008-09-29 Marcus Brinkmann <marcus at g10code.com>
* src/uninst-cairo.nsi, src/uninst-pthreads-w32.nsi: Remove
$INSTDIR.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-09-28 17:53:00 UTC (rev 928)
+++ trunk/ChangeLog 2008-09-29 12:54:59 UTC (rev 929)
@@ -1,3 +1,8 @@
+2008-09-29 Marcus Brinkmann <marcus at g10code.com>
+
+ * src/uninst-cairo.nsi, src/uninst-pthreads-w32.nsi: Remove
+ $INSTDIR.
+
2008-09-28 Colin Leroy <colin at colino.net>
* packages/packages.current: Update RSSyl Claws plugin.
Modified: trunk/src/uninst-cairo.nsi
===================================================================
--- trunk/src/uninst-cairo.nsi 2008-09-28 17:53:00 UTC (rev 928)
+++ trunk/src/uninst-cairo.nsi 2008-09-29 12:54:59 UTC (rev 929)
@@ -31,5 +31,6 @@
Call un.SourceDelete
!else
Delete "$INSTDIR\libcairo-2.dll"
+ RMDir "$INSTDIR"
!endif
SectionEnd
Modified: trunk/src/uninst-pinentry.nsi
===================================================================
--- trunk/src/uninst-pinentry.nsi 2008-09-28 17:53:00 UTC (rev 928)
+++ trunk/src/uninst-pinentry.nsi 2008-09-29 12:54:59 UTC (rev 929)
@@ -35,5 +35,6 @@
Delete "$INSTDIR\pinentry-gtk-2.exe"
Delete "$INSTDIR\pinentry.exe"
+ RMDir "$INSTDIR"
!endif
SectionEnd
Modified: trunk/src/uninst-pthreads-w32.nsi
===================================================================
--- trunk/src/uninst-pthreads-w32.nsi 2008-09-28 17:53:00 UTC (rev 928)
+++ trunk/src/uninst-pthreads-w32.nsi 2008-09-29 12:54:59 UTC (rev 929)
@@ -31,5 +31,6 @@
Call un.SourceDelete
!else
Delete "$INSTDIR\pthreadGC2.dll"
+ RMDir "$INSTDIR"
!endif
SectionEnd
More information about the Gpg4win-commits
mailing list