[geany/geany-plugins] a5613e: Clean up icons on uninstall on Windows

Enrico Tröger git-noreply at xxxxx
Sun Oct 12 14:21:32 UTC 2014


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 12 Oct 2014 14:21:32 UTC
Commit:      a5613e56bf53ff2cce6476e9f8664b888c189133
             https://github.com/geany/geany-plugins/commit/a5613e56bf53ff2cce6476e9f8664b888c189133

Log Message:
-----------
Clean up icons on uninstall on Windows


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

Modified: build/geany-plugins.nsi
3 lines changed, 3 insertions(+), 0 deletions(-)
===================================================================
@@ -189,6 +189,8 @@ Section Uninstall
 	Delete "$INSTDIR\bin\libxml2-2.dll"
 	Delete "$INSTDIR\bin\lua5.1.dll"
 
+	Delete "$INSTDIR\share\icons\hicolor\16x16\apps\gproject-*.png"
+
 	RMDir /r "$INSTDIR\doc\plugins"
 	RMDir /r "$INSTDIR\lib\geany-plugins"
 	RMDir /r "$INSTDIR\share\geany-plugins"
@@ -209,6 +211,7 @@ Section Uninstall
 	; only if empty
 	RMDir "$INSTDIR\doc"
 	RMDir "$INSTDIR\lib"
+	RMDir "$INSTDIR\share\icons"
 	RMDir "$INSTDIR\share\locale"
 	RMDir "$INSTDIR\share"
 	RMDir "$INSTDIR"



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