0
0
mirror of https://github.com/OpenVPN/openvpn.git synced 2024-09-20 03:52:28 +02:00

Fixed a bug with GUI icon deletion on upgrade from 2.2-RC or earlier

This bug was introduced in commit 110e42d199.

Trac-ticket: 120
Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
Acked-by: David Sommerseth <davids@redhat.com>
Signed-off-by: David Sommerseth <davids@redhat.com>
(cherry picked from commit 6d1d08f679)
This commit is contained in:
Samuli Seppänen 2011-04-15 16:25:17 +03:00 committed by David Sommerseth
parent d1a24b6fe3
commit 1cc2b62d97

View File

@ -237,6 +237,12 @@ Section -pre
Sleep 3000
# Fix for Trac ticket 120. Remove after 2.3 has been released.
!ifdef USE_GUI
SetShellVarContext current
Delete "$DESKTOP\${PRODUCT_NAME} GUI.lnk"
!endif
SectionEnd
Section "${PRODUCT_NAME} User-Space Components" SecOpenVPNUserSpace