Also remove sv locale on uninstall.

This commit is contained in:
js 2008-07-12 02:11:15 +00:00
parent 6e0b2ac9e3
commit 9a9aba9e18
1 changed files with 1 additions and 0 deletions

View File

@ -544,6 +544,7 @@ Section "Uninstall"
RMDir /r "$INSTDIR\po\sk"
RMDir /r "$INSTDIR\po\sr"
RMDir /r "$INSTDIR\po\sr@Latn"
RMDir /r "$INSTDIR\po\sv"
RMDir /r "$INSTDIR\po\zh_CN"
RMDir "$INSTDIR\po"
Delete "$INSTDIR\AUTHORS"