From c43708bc8ea7abc474b751cb0d901b913e54598c Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Mon, 14 Jul 2014 07:09:10 +0300 Subject: Remove theme directory when uninstalling on Windows I assume the theme directory should be deleted on uninstall the same way e.g. Documentation directory is deleted. Signed-off-by: Miika Turkia Signed-off-by: Dirk Hohndel --- packaging/windows/subsurface.nsi.in | 1 + 1 file changed, 1 insertion(+) (limited to 'packaging/windows/subsurface.nsi.in') diff --git a/packaging/windows/subsurface.nsi.in b/packaging/windows/subsurface.nsi.in index 32ceba2dc..9190c50e0 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" -- cgit v1.2.3-70-g09d2