[geany/geany-plugins] 9d1ef5: Windows installer: update file remove list
Enrico Tröger
git-noreply at xxxxx
Tue Jul 11 19:38:13 UTC 2017
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger at uvena.de>
Committer: Enrico Tröger <enrico.troeger at uvena.de>
Date: Tue, 11 Jul 2017 19:38:13 UTC
Commit: 9d1ef5083db205946eabbed7d6467ccdceacc01d
https://github.com/geany/geany-plugins/commit/9d1ef5083db205946eabbed7d6467ccdceacc01d
Log Message:
-----------
Windows installer: update file remove list
Modified Paths:
--------------
build/geany-plugins.nsi
Modified: build/geany-plugins.nsi
26 lines changed, 15 insertions(+), 11 deletions(-)
===================================================================
@@ -179,6 +179,7 @@ Section Uninstall
Delete "$INSTDIR\lib\geany\geanyvc.dll"
Delete "$INSTDIR\lib\geany\geniuspaste.dll"
Delete "$INSTDIR\lib\geany\git-changebar.dll"
+ Delete "$INSTDIR\lib\geany\keyrecord.dll"
Delete "$INSTDIR\lib\geany\lipsum.dll"
Delete "$INSTDIR\lib\geany\lineoperations.dll"
Delete "$INSTDIR\lib\geany\markdown.dll"
@@ -242,14 +243,14 @@ Section Uninstall
Delete "$INSTDIR\bin\libhogweed-4.dll"
Delete "$INSTDIR\bin\libhttp_parser-2.dll"
Delete "$INSTDIR\bin\libhunspell-1.6-0.dll"
- Delete "$INSTDIR\bin\libicudt57.dll"
- Delete "$INSTDIR\bin\libicuin57.dll"
- Delete "$INSTDIR\bin\libicuio57.dll"
- Delete "$INSTDIR\bin\libicule57.dll"
- Delete "$INSTDIR\bin\libiculx57.dll"
- Delete "$INSTDIR\bin\libicutest57.dll"
- Delete "$INSTDIR\bin\libicutu57.dll"
- Delete "$INSTDIR\bin\libicuuc57.dll"
+ Delete "$INSTDIR\bin\libicudt58.dll"
+ Delete "$INSTDIR\bin\libicuin58.dll"
+ Delete "$INSTDIR\bin\libicuio58.dll"
+ Delete "$INSTDIR\bin\libicule58.dll"
+ Delete "$INSTDIR\bin\libiculx58.dll"
+ Delete "$INSTDIR\bin\libicutest58.dll"
+ Delete "$INSTDIR\bin\libicutu58.dll"
+ Delete "$INSTDIR\bin\libicuuc58.dll"
Delete "$INSTDIR\bin\libidn-11.dll"
Delete "$INSTDIR\bin\libjavascriptcoregtk-1.0-0.dll"
Delete "$INSTDIR\bin\libjavascriptcoregtk-3.0-0.dll"
@@ -284,11 +285,11 @@ Section Uninstall
Delete "$INSTDIR\bin\libvorbisidec-1.dll"
Delete "$INSTDIR\bin\libwebkitgtk-1.0-0.dll"
Delete "$INSTDIR\bin\libwebkitgtk-3.0-0.dll"
- Delete "$INSTDIR\bin\libwebp-6.dll"
- Delete "$INSTDIR\bin\libwebpdecoder-2.dll"
+ Delete "$INSTDIR\bin\libwebp-7.dll"
+ Delete "$INSTDIR\bin\libwebpdecoder-3.dll"
Delete "$INSTDIR\bin\libwebpdemux-2.dll"
Delete "$INSTDIR\bin\libwebpextras-0.dll"
- Delete "$INSTDIR\bin\libwebpmux-2.dll"
+ Delete "$INSTDIR\bin\libwebpmux-3.dll"
Delete "$INSTDIR\bin\libxml2-2.dll"
Delete "$INSTDIR\bin\libxslt-1.dll"
Delete "$INSTDIR\bin\lua51.dll"
@@ -302,9 +303,11 @@ Section Uninstall
RMDir /r "$INSTDIR\lib\gstreamer-1.0"
RMDir /r "$INSTDIR\lib\pkcs11"
RMDir /r "$INSTDIR\lib\geany-plugins"
+ RMDir /r "$INSTDIR\libexec\p11-kit"
RMDir /r "$INSTDIR\share\doc\geany-plugins"
RMDir /r "$INSTDIR\share\geany-plugins"
RMDir /r "$INSTDIR\share\enchant"
+ RMDir /r "$INSTDIR\share\libgpg-error"
RMDir /r "$INSTDIR\share\p11-kit"
RMDir /r "$INSTDIR\share\vala"
RMDir /r "$INSTDIR\share\webkitgtk-1.0"
@@ -324,6 +327,7 @@ Section Uninstall
; only if empty
RMDir "$INSTDIR\lib\geany"
RMDir "$INSTDIR\lib"
+ RMDir "$INSTDIR\libexec"
RMDir "$INSTDIR\share\doc"
RMDir "$INSTDIR\share\icons\hicolor\16x16\apps"
RMDir "$INSTDIR\share\icons\hicolor\16x16"
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Plugins-Commits
mailing list