I assume the theme directory should be deleted on uninstall the same way e.g. Documentation directory is deleted.
Signed-off-by: Miika Turkia <[email protected]> --- This is not tested --- packaging/windows/subsurface.nsi.in | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/windows/subsurface.nsi.in b/packaging/windows/subsurface.nsi.in index 32ceba2..9190c50 100644 --- a/packaging/windows/subsurface.nsi.in +++ b/packaging/windows/subsurface.nsi.in @@ -151,6 +151,7 @@ Section "Uninstall" Delete "$INSTDIR\qt.conf" RMDir /r "$INSTDIR\share" RMDir /r "$INSTDIR\data" + RMDir /r "$INSTDIR\theme" RMDir /r "$INSTDIR\images" RMDir /r "$INSTDIR\translations" RMDir /r "$INSTDIR\oldshare" -- 1.9.1 _______________________________________________ subsurface mailing list [email protected] http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface
