[geany/geany-plugins] 1aa5c3: Windows installer: don't uninstall obsolete Workbench icons

Enrico Tröger git-noreply at xxxxx
Mon Oct 23 21:10:05 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:        Mon, 23 Oct 2017 21:10:05 UTC
Commit:      1aa5c3534695ac1b6d148a1bde6b7cda7073687c
             https://github.com/geany/geany-plugins/commit/1aa5c3534695ac1b6d148a1bde6b7cda7073687c

Log Message:
-----------
Windows installer: don't uninstall obsolete Workbench icons


Modified Paths:
--------------
    build/geany-plugins.nsi

Modified: build/geany-plugins.nsi
6 lines changed, 0 insertions(+), 6 deletions(-)
===================================================================
@@ -300,12 +300,6 @@ Section Uninstall
 	Delete "$INSTDIR\bin\lua51.dll"
 	Delete "$INSTDIR\bin\ssleay32.dll"
 
-	Delete "$INSTDIR\share\icons\hicolor\16x16\apps\workbench-*.png"
-	Delete "$INSTDIR\share\icons\hicolor\24x24\apps\workbench-*.png"
-	Delete "$INSTDIR\share\icons\hicolor\32x32\apps\workbench-*.png"
-	Delete "$INSTDIR\share\icons\hicolor\48x48\apps\workbench-*.png"
-	Delete "$INSTDIR\share\icons\hicolor\scalable\apps\workbench-*.svg"
-
 	RMDir /r "$INSTDIR\lib\enchant"
 	RMDir /r "$INSTDIR\lib\engines"
 	RMDir /r "$INSTDIR\lib\gio"



--------------
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