[Pkg-owncloud-commits] [owncloud-client] 446/470: NSIS: Properly uninstall both x64 and x86 DLLs #4762

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu May 12 16:25:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 928643f597782e1ff0b63761062a1687ab37494f
Author: Markus Goetz <markus at woboq.com>
Date:   Tue May 3 16:28:09 2016 +0200

    NSIS: Properly uninstall both x64 and x86 DLLs #4762
    
    Viel hilft viel ;-)
---
 cmake/modules/NSIS.template.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index ffed379..c28d846 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -620,7 +620,6 @@ Section Uninstall
         !insertmacro UnInstallLib REGDLL NOTSHARED REBOOT_PROTECTED "$INSTDIR\shellext\OCOverlays_x64.dll"
         !insertmacro UnInstallLib DLL NOTSHARED REBOOT_PROTECTED "$INSTDIR\shellext\OCUtil_x64.dll"
         !undef LIBRARY_X64
-     ${Else}
         DetailPrint "Uninstalling x86 overlay DLLs"
         !insertmacro UnInstallLib REGDLL NOTSHARED REBOOT_PROTECTED "$INSTDIR\shellext\OCContextMenu_x86.dll"
         !insertmacro UnInstallLib REGDLL NOTSHARED REBOOT_PROTECTED "$INSTDIR\shellext\OCOverlays_x86.dll"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list