mirror of
https://github.com/OpenVPN/openvpn.git
synced 2025-05-11 14:31:28 +08:00
Fixed a bug with GUI icon deletion on upgrade from 2.2-RC or earlier
This bug was introduced in commit 110e42d199e735ab1a31388c5678f59d0fa9510c. 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 6d1d08f6792109a4a4cdd9cd0936fd4338c76fa1)
This commit is contained in:
parent
d1a24b6fe3
commit
1cc2b62d97
@ -237,6 +237,12 @@ Section -pre
|
|||||||
|
|
||||||
Sleep 3000
|
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
|
SectionEnd
|
||||||
|
|
||||||
Section "${PRODUCT_NAME} User-Space Components" SecOpenVPNUserSpace
|
Section "${PRODUCT_NAME} User-Space Components" SecOpenVPNUserSpace
|
||||||
|
Loading…
x
Reference in New Issue
Block a user