Skip to content

Commit 3a8c1c7

Browse files
committedFeb 22, 2016
nsis: cleanup after msys
1 parent 0b4b0cc commit 3a8c1c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎ms-windows/QGIS-Installer.nsi‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,9 @@ Section "Uninstall"
506506
RMDir /r "$INSTDIR\share"
507507
RMDir /r "$INSTDIR\icons"
508508
RMDir /r "$INSTDIR\src"
509+
RMDir /r "$INSTDIR\contrib"
510+
RMDir /r "$INSTDIR\manifest"
511+
RMDir /r "$INSTDIR\man"
509512

510513
;if empty, remove the install folder
511514
RMDir "$INSTDIR"

0 commit comments

Comments
 (0)
Please sign in to comment.