mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Cleanup Certbot pkg dir before installing to avoid dependencies conflicts
This commit is contained in:
parent
7eae058af5
commit
cc12307404
1 changed files with 5 additions and 0 deletions
|
|
@ -83,6 +83,11 @@ SectionEnd
|
|||
[% block sections %]
|
||||
|
||||
Section "!${PRODUCT_NAME}" sec_app
|
||||
; CERTBOT CUSTOM BEGIN
|
||||
; Try to cleanup Certbot pkg directory to avoid dependencies conflicts
|
||||
RMDir /r "$INSTDIR\pkgs"
|
||||
; CERTBOT CUSTOM END
|
||||
|
||||
SetRegView [[ib.py_bitness]]
|
||||
SectionIn RO
|
||||
File ${PRODUCT_ICON}
|
||||
|
|
|
|||
Loading…
Reference in a new issue