summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2014-07-14 07:09:10 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-07-13 21:39:42 -0700
commitc43708bc8ea7abc474b751cb0d901b913e54598c (patch)
tree91bc2dd276592113b021b82b0a809554f750836f /packaging
parent9775750cf5929ce8b64f3ef6efb6a45e9757e3e8 (diff)
downloadsubsurface-c43708bc8ea7abc474b751cb0d901b913e54598c.tar.gz
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 <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/windows/subsurface.nsi.in1
1 files changed, 1 insertions, 0 deletions
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"