Skip to content

Commit

Permalink
nsis: cleanup after msys
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 22, 2016
1 parent 0b4b0cc commit 3a8c1c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ms-windows/QGIS-Installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,9 @@ Section "Uninstall"
RMDir /r "$INSTDIR\share"
RMDir /r "$INSTDIR\icons"
RMDir /r "$INSTDIR\src"
RMDir /r "$INSTDIR\contrib"
RMDir /r "$INSTDIR\manifest"
RMDir /r "$INSTDIR\man"

;if empty, remove the install folder
RMDir "$INSTDIR"
Expand Down

0 comments on commit 3a8c1c7

Please sign in to comment.