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>
This commit is contained in:
Miika Turkia 2014-07-14 07:09:10 +03:00 committed by Dirk Hohndel
parent 9775750cf5
commit c43708bc8e

View file

@ -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"