diff --git a/src/inst-sections.nsi b/src/inst-sections.nsi index 6a792e1f..add46e54 100644 --- a/src/inst-sections.nsi +++ b/src/inst-sections.nsi @@ -1,844 +1,842 @@ # inst-sections.nsi - Installer for GPG4Win sections. -*- coding: latin-1; -*- # Copyright (C) 2005, 2006, 2007, 2008, 2009 g10 Code GmbH # # This file is part of GPG4Win. # # GPG4Win is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # GPG4Win is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, see . !include "inst-gpg4win.nsi" # The order of installation must be the same as the build order. You # can use tsort on the info in configure.ac, or just check out # gpg4win_build_list in config.nsi. The order determines also the # order in the packages selection dialog. !ifdef HAVE_PKG_BZIP2 !include "inst-bzip2.nsi" !endif !ifdef HAVE_PKG_LIBICONV !include "inst-libiconv.nsi" !endif !ifdef HAVE_PKG_LIBTASN1 !include "inst-libtasn1.nsi" !endif !ifdef HAVE_PKG_BREEZE_ICONS !include "inst-breeze-icons.nsi" !endif !ifdef HAVE_PKG_PKGCONFIG !include "inst-pkgconfig.nsi" !endif !ifdef HAVE_PKG_W32PTH !include "inst-w32pth.nsi" !endif !ifdef HAVE_PKG_ZLIB !include "inst-zlib.nsi" !endif !ifdef HAVE_PKG_QTBASE !include "inst-qtbase.nsi" !endif !ifdef HAVE_PKG_GETTEXT !include "inst-gettext.nsi" !endif !ifdef HAVE_PKG_LIBASSUAN !include "inst-libassuan.nsi" !endif !ifdef HAVE_PKG_LIBGPG_ERROR !include "inst-libgpg-error.nsi" !endif !ifdef HAVE_PKG_PINENTRY !include "inst-pinentry.nsi" !endif # BEGIN MSI IGNORE !ifdef HAVE_PKG_GNUPG_W32 !include "inst-gnupg-w32.nsi" !endif # END MSI IGNORE !ifdef HAVE_PKG_GPGME !include "inst-gpgme.nsi" !endif !ifdef HAVE_PKG_QTTOOLS !include "inst-qttools.nsi" !endif !ifdef HAVE_PKG_QTWINEXTRAS !include "inst-qtwinextras.nsi" !endif !ifdef HAVE_PKG_KCONFIG !include "inst-kconfig.nsi" !endif !ifdef HAVE_PKG_KI18N !include "inst-ki18n.nsi" !endif !ifdef HAVE_PKG_KWIDGETSADDONS !include "inst-kwidgetsaddons.nsi" !endif !ifdef HAVE_PKG_KCOMPLETION !include "inst-kcompletion.nsi" !endif !ifdef HAVE_PKG_KWINDOWSYSTEM !include "inst-kwindowsystem.nsi" !endif !ifdef HAVE_PKG_KCOREADDONS !include "inst-kcoreaddons.nsi" !endif !ifdef HAVE_PKG_KCODECS !include "inst-kcodecs.nsi" !endif !ifdef HAVE_PKG_KCONFIGWIDGETS !include "inst-kconfigwidgets.nsi" !endif !ifdef HAVE_PKG_KXMLGUI !include "inst-kxmlgui.nsi" !endif !ifdef HAVE_PKG_KGUIADDONS !include "inst-kguiaddons.nsi" !endif !ifdef HAVE_PKG_KMIME !include "inst-kmime.nsi" !endif # include translations unconditionally !include "inst-kde-l10n.nsi" !ifdef HAVE_PKG_KICONTHEMES !include "inst-kiconthemes.nsi" !endif !ifdef HAVE_PKG_KARCHIVE !include "inst-karchive.nsi" !endif !ifdef HAVE_PKG_PCRE !include "inst-pcre.nsi" !endif !ifdef HAVE_PKG_KCRASH !include "inst-kcrash.nsi" !endif !ifdef HAVE_PKG_KITEMVIEWS !include "inst-kitemviews.nsi" !endif !ifdef HAVE_PKG_KITEMMODELS !include "inst-kitemmodels.nsi" !endif !ifdef HAVE_PKG_LIBKLEO !include "inst-libkleo.nsi" !endif !ifdef HAVE_PKG_EXTRA_CMAKE_MODULES !include "inst-extra-cmake-modules.nsi" !endif !ifdef HAVE_PKG_QTSVG !include "inst-qtsvg.nsi" !endif !ifdef HAVE_PKG_QTTRANSLATIONS !include "inst-qttranslations.nsi" !endif !ifdef HAVE_PKG_GPG4WIN_TOOLS !include "inst-gpg4win-tools.nsi" !endif !ifdef HAVE_PKG_SCUTE !include "inst-scute.nsi" !endif !ifdef HAVE_PKG_PAPERKEY !include "inst-paperkey.nsi" !endif !ifdef HAVE_PKG_MAN_NOVICE_EN !include "inst-man_novice_en.nsi" !endif !ifdef HAVE_PKG_MAN_ADVANCED_EN !include "inst-man_advanced_en.nsi" !endif !ifdef HAVE_PKG_MAN_NOVICE_DE !include "inst-man_novice_de.nsi" !endif !ifdef HAVE_PKG_MAN_ADVANCED_DE !include "inst-man_advanced_de.nsi" !endif # These are displayed in the selection dialog. !ifdef HAVE_PKG_KLEOPATRA !include "inst-kleopatra.nsi" !endif !ifdef HAVE_PKG_GPGOL !include "inst-gpgol.nsi" !endif !ifdef HAVE_PKG_GPGEX !include "inst-gpgex.nsi" !endif !ifdef HAVE_PKG_COMPENDIUM !include "inst-compendium.nsi" !endif !include "inst-gpgme-browser.nsi" !include "inst-final.nsi" # We have to invoke the uninstallers in reverse order! !ifdef HAVE_PKG_MAN_ADVANCED_DE !include "uninst-man_advanced_de.nsi" !endif !ifdef HAVE_PKG_MAN_NOVICE_DE !include "uninst-man_novice_de.nsi" !endif !ifdef HAVE_PKG_MAN_ADVANCED_EN !include "uninst-man_advanced_en.nsi" !endif !ifdef HAVE_PKG_MAN_NOVICE_EN !include "uninst-man_novice_en.nsi" !endif !ifdef HAVE_PKG_COMPENDIUM !include "uninst-compendium.nsi" !endif !ifdef HAVE_PKG_PAPERKEY !include "uninst-paperkey.nsi" !endif !ifdef HAVE_PKG_GPGEX !include "uninst-gpgex.nsi" !endif !ifdef HAVE_PKG_GPGOL !include "uninst-gpgol.nsi" !endif !ifdef HAVE_PKG_KLEOPATRA !include "uninst-kleopatra.nsi" !endif !ifdef HAVE_PKG_GPGME !include "uninst-gpgme.nsi" !endif !ifdef HAVE_PKG_GNUPG_W32 !include "uninst-gnupg-w32.nsi" !endif !ifdef HAVE_PKG_PINENTRY !include "uninst-pinentry.nsi" !endif !ifdef HAVE_PKG_GNUTLS !include "uninst-gnutls.nsi" !endif !ifdef HAVE_PKG_CURL !include "uninst-curl.nsi" !endif !ifdef HAVE_PKG_LIBGPG_ERROR !include "uninst-libgpg-error.nsi" !endif !ifdef HAVE_PKG_LIBASSUAN !include "uninst-libassuan.nsi" !endif !ifdef HAVE_PKG_GETTEXT !include "uninst-gettext.nsi" !endif !ifdef HAVE_PKG_QTBASE !include "uninst-qtbase.nsi" !endif !ifdef HAVE_PKG_ZLIB !include "uninst-zlib.nsi" !endif !ifdef HAVE_PKG_W32PTH !include "uninst-w32pth.nsi" !endif !ifdef HAVE_PKG_PKGCONFIG !include "uninst-pkgconfig.nsi" !endif !ifdef HAVE_PKG_BREEZE_ICONS !include "uninst-breeze-icons.nsi" !endif !ifdef HAVE_PKG_MAN_ADVANCED_DE !include "uninst-man_advanced_de.nsi" !endif !ifdef HAVE_PKG_MAN_NOVICE_DE !include "uninst-man_novice_de.nsi" !endif !ifdef HAVE_PKG_MAN_ADVANCED_EN !include "uninst-man_advanced_en.nsi" !endif !ifdef HAVE_PKG_MAN_NOVICE_EN !include "uninst-man_novice_en.nsi" !endif !ifdef HAVE_PKG_LIBICONV !include "uninst-libiconv.nsi" !endif !ifdef HAVE_PKG_QTTOOLS !include "uninst-qttools.nsi" !endif !ifdef HAVE_PKG_QTWINEXTRAS !include "uninst-qtwinextras.nsi" !endif !ifdef HAVE_PKG_KCONFIG !include "uninst-kconfig.nsi" !endif !ifdef HAVE_PKG_KI18N !include "uninst-ki18n.nsi" !endif !ifdef HAVE_PKG_KWIDGETSADDONS !include "uninst-kwidgetsaddons.nsi" !endif !ifdef HAVE_PKG_KCOMPLETION !include "uninst-kcompletion.nsi" !endif !ifdef HAVE_PKG_KWINDOWSYSTEM !include "uninst-kwindowsystem.nsi" !endif !ifdef HAVE_PKG_KCOREADDONS !include "uninst-kcoreaddons.nsi" !endif !ifdef HAVE_PKG_KCODECS !include "uninst-kcodecs.nsi" !endif !ifdef HAVE_PKG_KCONFIGWIDGETS !include "uninst-kconfigwidgets.nsi" !endif !ifdef HAVE_PKG_KGUIADDONS !include "uninst-kguiaddons.nsi" !endif !ifdef HAVE_PKG_KXMLGUI !include "uninst-kxmlgui.nsi" !endif !ifdef HAVE_PKG_KICONTHEMES !include "uninst-kiconthemes.nsi" !endif !ifdef HAVE_PKG_KARCHIVE !include "uninst-karchive.nsi" !endif !ifdef HAVE_PKG_PCRE !include "uninst-pcre.nsi" !endif !ifdef HAVE_PKG_KCRASH !include "uninst-kcrash.nsi" !endif !ifdef HAVE_PKG_KITEMVIEWS !include "uninst-kitemviews.nsi" !endif !ifdef HAVE_PKG_KITEMMODELS !include "uninst-kitemmodels.nsi" !endif !ifdef HAVE_PKG_KMIME !include "uninst-kmime.nsi" !endif -!ifdef HAVE_PKG_KDE_L10N !include "uninst-kde-l10n.nsi" -!endif !ifdef HAVE_PKG_LIBKLEO !include "uninst-libkleo.nsi" !endif !ifdef HAVE_PKG_EXTRA_CMAKE_MODULES !include "uninst-extra-cmake-modules.nsi" !endif !ifdef HAVE_PKG_BZIP2 !include "uninst-bzip2.nsi" !endif !ifdef HAVE_PKG_QTSVG !include "uninst-qtsvg.nsi" !endif !ifdef HAVE_PKG_QTTRANSLATIONS !include "uninst-qttranslations.nsi" !endif !ifdef HAVE_PKG_GPG4WIN_TOOLS !include "uninst-gpg4win-tools.nsi" !endif !ifdef HAVE_PKG_SCUTE !include "uninst-scute.nsi" !endif !include "uninst-gpg4win.nsi" # Dependency Management ${MementoSectionDone} Function CalcDefaults !ifdef HAVE_PKG_KLEOPATRA g4wihelp::config_fetch_bool "inst_kleopatra" StrCmp $R0 "1" 0 calc_defaults_kleopatra_not_one !insertmacro SelectSection ${SEC_kleopatra} Goto calc_defaults_kleopatra_done calc_defaults_kleopatra_not_one: StrCmp $R0 "0" 0 calc_defaults_kleopatra_done !insertmacro UnselectSection ${SEC_kleopatra} calc_defaults_kleopatra_done: !endif !ifdef HAVE_PKG_GPGOL g4wihelp::config_fetch_bool "inst_gpgol" StrCmp $R0 "1" 0 calc_defaults_gpgol_not_one !insertmacro SelectSection ${SEC_gpgol} Goto calc_defaults_gpgol_done calc_defaults_gpgol_not_one: StrCmp $R0 "0" 0 calc_defaults_gpgol_done !insertmacro UnselectSection ${SEC_gpgol} calc_defaults_gpgol_done: !endif !ifdef HAVE_PKG_GPGEX g4wihelp::config_fetch_bool "inst_gpgex" StrCmp $R0 "1" 0 calc_defaults_gpgex_not_one !insertmacro SelectSection ${SEC_gpgex} Goto calc_defaults_gpgex_done calc_defaults_gpgex_not_one: StrCmp $R0 "0" 0 calc_defaults_gpgex_done !insertmacro UnselectSection ${SEC_gpgex} calc_defaults_gpgex_done: !endif !ifdef HAVE_PKG_PAPERKEY g4wihelp::config_fetch_bool "inst_paperkey" StrCmp $R0 "1" 0 calc_defaults_paperkey_not_one !insertmacro SelectSection ${SEC_paperkey} Goto calc_defaults_paperkey_done calc_defaults_paperkey_not_one: StrCmp $R0 "0" 0 calc_defaults_paperkey_done !insertmacro UnselectSection ${SEC_paperkey} calc_defaults_paperkey_done: !endif !ifdef HAVE_PKG_COMPENDIUM g4wihelp::config_fetch_bool "inst_compendium" StrCmp $R0 "1" 0 calc_defaults_compendium_not_one !insertmacro SelectSection ${SEC_compendium} Goto calc_defaults_compendium_done calc_defaults_compendium_not_one: StrCmp $R0 "0" 0 calc_defaults_compendium_done !insertmacro UnselectSection ${SEC_compendium} calc_defaults_compendium_done: !endif !ifdef HAVE_PKG_MAN_NOVICE_DE g4wihelp::config_fetch_bool "inst_man_novice_de" StrCmp $R0 "1" 0 calc_defaults_man_novice_de_not_one !insertmacro SelectSection ${SEC_man_novice_de} Goto calc_defaults_man_novice_de_done calc_defaults_man_novice_de_not_one: StrCmp $R0 "0" 0 calc_defaults_man_novice_de_done !insertmacro UnselectSection ${SEC_man_novice_de} calc_defaults_man_novice_de_done: !endif !ifdef HAVE_PKG_MAN_NOVICE_EN g4wihelp::config_fetch_bool "inst_man_novice_en" StrCmp $R0 "1" 0 calc_defaults_man_novice_en_not_one !insertmacro SelectSection ${SEC_man_novice_en} Goto calc_defaults_man_novice_en_done calc_defaults_man_novice_en_not_one: StrCmp $R0 "0" 0 calc_defaults_man_novice_en_done !insertmacro UnselectSection ${SEC_man_novice_en} calc_defaults_man_novice_en_done: !endif !ifdef HAVE_PKG_MAN_ADVANCED_DE g4wihelp::config_fetch_bool "inst_man_advanced_de" StrCmp $R0 "1" 0 calc_defaults_man_advanced_de_not_one !insertmacro SelectSection ${SEC_man_advanced_de} Goto calc_defaults_man_advanced_de_done calc_defaults_man_advanced_de_not_one: StrCmp $R0 "0" 0 calc_defaults_man_advanced_de_done !insertmacro UnselectSection ${SEC_man_advanced_de} calc_defaults_man_advanced_de_done: !endif !ifdef HAVE_PKG_MAN_ADVANCED_EN g4wihelp::config_fetch_bool "inst_man_advanced_en" StrCmp $R0 "1" 0 calc_defaults_man_advanced_en_not_one !insertmacro SelectSection ${SEC_man_advanced_en} Goto calc_defaults_man_advanced_en_done calc_defaults_man_advanced_en_not_one: StrCmp $R0 "0" 0 calc_defaults_man_advanced_en_done !insertmacro UnselectSection ${SEC_man_advanced_en} calc_defaults_man_advanced_en_done: !endif # Check if minimal install was requested on the command line StrCmp $is_minimal '1' select_minimal continue select_minimal: !insertmacro UnselectSection ${SEC_kleopatra} !insertmacro UnselectSection ${SEC_gpgol} !insertmacro UnselectSection ${SEC_gpgex} !insertmacro UnselectSection ${SEC_gpgme_browser} !insertmacro UnselectSection ${SEC_compendium} # We only do pinentry and gnupg-w32 !insertmacro SelectSection ${SEC_paperkey} !insertmacro SelectSection ${SEC_gnupg_w32} !insertmacro SelectSection ${SEC_pinentry} !insertmacro SelectSection ${SEC_gpgme} continue: # Check if browser integration was selected on the command line # or in the ini # You can either select the browser integration by adding # inst_browser = true to a gpg4win.ini or adding a # /WITH_BROWSER=1 command line switch to the installer. g4wihelp::config_fetch_bool "inst_browser" StrCmp $R0 "1" select_browser 0 StrCmp $with_browser '1' select_browser skip_browser select_browser: !insertmacro SelectSection ${SEC_gpgme_browser} skip_browser: FunctionEnd Function CalcDepends # This section could very well be autogenerated from the # information in configure.ac. Note that it doesn't hurt to have # stuff here for packages that we don't include. # First clear all indirect dependencies. !ifdef HAVE_PKG_LIBICONV !insertmacro UnselectSection ${SEC_libiconv} !endif !ifdef HAVE_PKG_GETTEXT !insertmacro UnselectSection ${SEC_gettext} !endif !ifdef HAVE_PKG_ZLIB !insertmacro UnselectSection ${SEC_zlib} !endif !ifdef HAVE_PKG_PKGCONFIG !insertmacro UnselectSection ${SEC_pkgconfig} !endif !ifdef HAVE_PKG_BZIP2 !insertmacro UnselectSection ${SEC_bzip2} !endif !ifdef HAVE_PKG_LIBGPG_ERROR !insertmacro UnselectSection ${SEC_libgpg_error} !endif !ifdef HAVE_PKG_W32PTH !insertmacro UnselectSection ${SEC_w32pth} !endif !ifdef HAVE_PKG_LIBASSUAN !insertmacro UnselectSection ${SEC_libassuan} !endif !ifdef HAVE_PKG_GPGME !insertmacro UnselectSection ${SEC_gpgme} !endif !ifdef HAVE_PKG_QTBASE !insertmacro UnselectSection ${SEC_qtbase} !endif !ifdef HAVE_PKG_QTTOOLS !insertmacro UnselectSection ${SEC_qttools} !endif !ifdef HAVE_PKG_QTWINEXTRAS !insertmacro UnselectSection ${SEC_qtwinextras} !endif !ifdef HAVE_PKG_BREEZE_ICONS !insertmacro UnselectSection ${SEC_breeze_icons} !endif !ifdef HAVE_PKG_KCONFIG !insertmacro UnselectSection ${SEC_kconfig} !endif !ifdef HAVE_PKG_KI18N !insertmacro UnselectSection ${SEC_ki18n} !endif !ifdef HAVE_PKG_KWIDGETSADDONS !insertmacro UnselectSection ${SEC_kwidgetsaddons} !endif !ifdef HAVE_PKG_KCOMPLETION !insertmacro UnselectSection ${SEC_kcompletion} !endif !ifdef HAVE_PKG_KWINDOWSYSTEM !insertmacro UnselectSection ${SEC_kwindowsystem} !endif !ifdef HAVE_PKG_KCOREADDONS !insertmacro UnselectSection ${SEC_kcoreaddons} !endif !ifdef HAVE_PKG_KCODECS !insertmacro UnselectSection ${SEC_kcodecs} !endif !ifdef HAVE_PKG_KCONFIGWIDGETS !insertmacro UnselectSection ${SEC_kconfigwidgets} !endif !ifdef HAVE_PKG_KXMLGUI !insertmacro UnselectSection ${SEC_kxmlgui} !endif !ifdef HAVE_PKG_KICONTHEMES !insertmacro UnselectSection ${SEC_kiconthemes} !endif !ifdef HAVE_PKG_KARCHIVE !insertmacro UnselectSection ${SEC_karchive} !endif !ifdef HAVE_PKG_KCRASH !insertmacro UnselectSection ${SEC_kcrash} !endif !ifdef HAVE_PKG_KITEMVIEWS !insertmacro UnselectSection ${SEC_kitemviews} !endif !ifdef HAVE_PKG_KITEMMODELS !insertmacro UnselectSection ${SEC_kitemmodels} !endif !ifdef HAVE_PKG_KGUIADDONS !insertmacro UnselectSection ${SEC_kguiaddons} !endif !ifdef HAVE_PKG_LIBKLEO !insertmacro UnselectSection ${SEC_libkleo} !endif !ifdef HAVE_PKG_KMIME !insertmacro UnselectSection ${SEC_kmime} !endif !ifdef HAVE_PKG_KDE_L10N !insertmacro UnselectSection ${SEC_kde_l10n} !endif !ifdef HAVE_PKG_QTSVG !insertmacro UnselectSection ${SEC_qtsvg} !endif !ifdef HAVE_PKG_QTTRANSLATIONS !insertmacro UnselectSection ${SEC_qttranslations} !endif !ifdef HAVE_PKG_GPG4WIN_TOOLS !insertmacro UnselectSection ${SEC_gpg4win_tools} !endif # BEGIN MSI IGNORE # MSI pulls this in through the gnupg-w32 component. # Always install gnupg2. This is also ensured by putting # these packages in the RO section and enabling them by default, but # it doesn't harm to add it explicitely here as well. # TODO: Handle newer / other gnupg versions !insertmacro SelectSection ${SEC_gnupg_w32} !insertmacro SelectSection ${SEC_gpgme} # Then enable all dependencies, mostly in reverse build list order! # First the explicitely installed packages. # END MSI IGNORE !ifdef HAVE_PKG_PAPERKEY !insertmacro SectionFlagIsSet ${SEC_paperkey} \ ${SF_SELECTED} have_paperkey skip_paperkey have_paperkey: # All dependencies are linked in statically. skip_paperkey: !endif !ifdef HAVE_PKG_GPGEX !insertmacro SectionFlagIsSet ${SEC_gpgex} \ ${SF_SELECTED} have_gpgex skip_gpgex have_gpgex: # This is not a build dependency, but it is a run-time dependency. !insertmacro SelectSection ${SEC_kleopatra} # Other dependencies are linked in statically. skip_gpgex: !endif !ifdef HAVE_PKG_GPGOL !insertmacro SectionFlagIsSet ${SEC_gpgol} \ ${SF_SELECTED} have_gpgol skip_gpgol have_gpgol: !insertmacro SelectSection ${SEC_gpgme} !insertmacro SelectSection ${SEC_gpg4win_tools} # This is not a build dependency, but it is a run-time dependency. !insertmacro SelectSection ${SEC_kleopatra} skip_gpgol: !endif !ifdef HAVE_PKG_KLEOPATRA !ifndef SOURCES ${IfNot} ${AtLeastWin7} # Disable Kleo for Windows below 7 SectionSetFlags ${SEC_kleopatra} 16 ${Endif} !endif !insertmacro SectionFlagIsSet ${SEC_kleopatra} ${SF_SELECTED} have_kleopatra skip_kleopatra have_kleopatra: !insertmacro SelectSection ${SEC_gpgme} !insertmacro SelectSection ${SEC_compendium} !insertmacro SelectSection ${SEC_qtbase} !insertmacro SelectSection ${SEC_breeze_icons} !insertmacro SelectSection ${SEC_kconfig} !insertmacro SelectSection ${SEC_ki18n} !insertmacro SelectSection ${SEC_kwidgetsaddons} !insertmacro SelectSection ${SEC_kcompletion} !insertmacro SelectSection ${SEC_kwindowsystem} !insertmacro SelectSection ${SEC_kcoreaddons} !insertmacro SelectSection ${SEC_kcodecs} !insertmacro SelectSection ${SEC_kconfigwidgets} !insertmacro SelectSection ${SEC_kxmlgui} !insertmacro SelectSection ${SEC_kitemviews} !insertmacro SelectSection ${SEC_kitemmodels} !insertmacro SelectSection ${SEC_kiconthemes} !insertmacro SelectSection ${SEC_karchive} # KArchive depdens on zlib !insertmacro SelectSection ${SEC_zlib} !insertmacro SelectSection ${SEC_kcrash} !insertmacro SelectSection ${SEC_kguiaddons} !insertmacro SelectSection ${SEC_qtsvg} !insertmacro SelectSection ${SEC_qttranslations} !insertmacro SelectSection ${SEC_kmime} !insertmacro SelectSection ${SEC_kde_l10n} !insertmacro SelectSection ${SEC_libkleo} !insertmacro SelectSection ${SEC_qttools} !insertmacro SelectSection ${SEC_qtwinextras} !insertmacro SelectSection ${SEC_extra-cmake-modules} skip_kleopatra: !endif !insertmacro SectionFlagIsSet ${SEC_gpgme_browser} ${SF_SELECTED} have_gpgme_browser skip_gpgme_browser have_gpgme_browser: !insertmacro SelectSection ${SEC_gpgme} skip_gpgme_browser: # Now the implicitely installed packages. !ifdef HAVE_PKG_GPGME !insertmacro SectionFlagIsSet ${SEC_gpgme} \ ${SF_SELECTED} have_gpgme skip_gpgme have_gpgme: # GPGME does not depend on gnupg2. Do this in the # actual application instead. !insertmacro SelectSection ${SEC_libgpg_error} !insertmacro SelectSection ${SEC_libassuan} !ifdef HAVE_PKG_QTBASE !insertmacro SelectSection ${SEC_qtbase} !endif skip_gpgme: !endif !ifdef HAVE_PKG_PINENTRY !insertmacro SectionFlagIsSet ${SEC_pinentry} \ ${SF_SELECTED} have_pinentry skip_pinentry have_pinentry: !insertmacro SelectSection ${SEC_libiconv} !insertmacro SelectSection ${SEC_libgpg_error} !insertmacro SelectSection ${SEC_libassuan} !ifdef HAVE_PKG_QTBASE !insertmacro SelectSection ${SEC_qtbase} !endif # BEGIN MSI IGNORE !ifdef HAVE_PKG_GTK_ !insertmacro SelectSection ${SEC_gtk_} !endif # END MSI IGNORE skip_pinentry: !endif !ifdef HAVE_PKG_QTBASE !ifndef SOURCES ${IfNot} ${AtLeastWin7} # Disable qt for Windows below 7 !insertmacro UnSelectSection ${SEC_qtbase} ${Endif} !endif !insertmacro SectionFlagIsSet ${SEC_qtbase} \ ${SF_SELECTED} have_qt skip_qt have_qt: !insertmacro SelectSection ${SEC_zlib} !insertmacro SelectSection ${SEC_qttranslations} skip_qt: !endif !ifdef HAVE_PKG_LIBASSUAN !insertmacro SectionFlagIsSet ${SEC_libassuan} ${SF_SELECTED} have_libassuan skip_libassuan have_libassuan: !insertmacro SelectSection ${SEC_libgpg_error} !insertmacro SelectSection ${SEC_w32pth} skip_libassuan: !endif # Package "w32pth" has no dependencies. !ifdef HAVE_PKG_LIBGPG_ERROR !insertmacro SectionFlagIsSet ${SEC_libgpg_error} ${SF_SELECTED} have_libgpg_error skip_libgpg_error have_libgpg_error: !insertmacro SelectSection ${SEC_libiconv} !insertmacro SelectSection ${SEC_gettext} skip_libgpg_error: !endif # Package "bzip2" has no dependencies. # Package "pkgconfig" has no dependencies. # Package "zlib" has no dependencies. !ifdef HAVE_PKG_GETTEXT !insertmacro SectionFlagIsSet ${SEC_gettext} \ ${SF_SELECTED} have_gettext skip_gettext have_gettext: !insertmacro SelectSection ${SEC_libiconv} skip_gettext: !endif # Package "libiconv" has no dependencies. FunctionEnd Function .onInstFailed Delete $TEMP\gpgspltmp.wav FunctionEnd Function .onInstSuccess ${MementoSectionSave} Delete $TEMP\gpgspltmp.wav FunctionEnd Function .onSelChange Call CalcDepends FunctionEnd # This also must be in a central place. Also Urgs. Section "-startmenu" UserInfo::GetAccountType Pop $1 StrCmp $1 "Admin" is_admin is_no_admin is_admin: SetShellVarContext all is_no_admin: # NOT SetOutPath. StrCpy $OUTDIR "%HOMEDRIVE%%HOMEPATH%" # Check if the start menu entries where requested. g4wihelp::config_fetch_bool "inst_start_menu" StrCmp $R0 "0" no_start_menu !ifdef HAVE_PKG_KLEOPATRA SectionGetFlags ${SEC_kleopatra} $R0 IntOp $R0 $R0 & ${SF_SELECTED} IntCmp $R0 ${SF_SELECTED} 0 no_kleopatra_menu CreateShortCut "$SMPROGRAMS\Kleopatra.lnk" \ "$INSTDIR\bin\kleopatra.exe" \ "" "$INSTDIR\bin\kleopatra.exe" "" SW_SHOWNORMAL "" $(DESC_Menu_kleopatra) no_kleopatra_menu: !endif no_start_menu: # Check if the desktop entries where requested. g4wihelp::config_fetch_bool "inst_desktop" StrCmp $R0 "0" no_desktop !ifdef HAVE_PKG_KLEOPATRA SectionGetFlags ${SEC_kleopatra} $R0 IntOp $R0 $R0 & ${SF_SELECTED} IntCmp $R0 ${SF_SELECTED} 0 no_kleopatra_desktop StrCmp $is_update '1' no_kleopatra_desktop CreateShortCut "$DESKTOP\Kleopatra.lnk" \ "$INSTDIR\bin\kleopatra.exe" \ "" "$INSTDIR\bin\kleopatra.exe" "" SW_SHOWNORMAL "" $(DESC_Menu_kleopatra) no_kleopatra_desktop: !endif no_desktop: SectionEnd diff --git a/src/uninst-gpgme.nsi b/src/uninst-gpgme.nsi index 95be7353..70d5406d 100644 --- a/src/uninst-gpgme.nsi +++ b/src/uninst-gpgme.nsi @@ -1,61 +1,61 @@ # uninst-gpgme.nsi - Installer snippet for gpgme. -*- coding: latin-1; -*- # Copyright (C) 2005, 2007, 2008 g10 Code GmbH # # This file is part of GPG4Win. # # GPG4Win is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # GPG4Win is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA !ifdef prefix !undef prefix !endif !define prefix ${ipdir}/gpgme-${gpg4win_pkg_gpgme_version} ; Uninstaller section. Section "-un.gpgme" !ifdef SOURCES Push "${gpg4win_pkg_gpgme}" Call un.SourceDelete !else Delete /REBOOTOK "$INSTDIR\bin\libgpgme-11.dll" Delete /REBOOTOK "$INSTDIR\bin\libqgpgme-15.dll" Delete /REBOOTOK "$INSTDIR\bin\libgpgmepp-6.dll" ${If} ${RunningX64} Delete /REBOOTOK "$INSTDIR\bin_64\libgpgmepp-6.dll" - Delete /REBOOTOK "$INSTDIR\bin_64\libgpgme11.dll" + Delete /REBOOTOK "$INSTDIR\bin_64\libgpgme-11.dll" Delete /REBOOTOK "$INSTDIR\bin_64\gpgme-json.exe" Delete "$INSTDIR\bin_64\gpgme-w32spawn.exe" ${EndIf} Delete "$INSTDIR\bin\gpgme-w32spawn.exe" Delete "$INSTDIR\bin\gpgme-json.exe" Delete "$INSTDIR\lib\libgpgme.imp" Delete "$INSTDIR\include\gpgme.h" Delete "$INSTDIR\bin\gpgme-chrome.json" Delete "$INSTDIR\bin\gpgme-mozilla.json" Delete "$INSTDIR\bin\gpgme-edge.json" DeleteRegKey SHCTX "Software\Google\Chrome\NativeMessagingHosts\gpgmejson" DeleteRegKey SHCTX "Software\Microsoft\Edge\NativeMessagingHosts\gpgmejson" DeleteRegKey SHCTX "Software\Mozilla\NativeMessagingHosts\gpgmejson" SetRegView 64 DeleteRegKey SHCTX "Software\Google\Chrome\NativeMessagingHosts\gpgmejson" DeleteRegKey SHCTX "Software\Microsoft\Edge\NativeMessagingHosts\gpgmejson" DeleteRegKey SHCTX "Software\Mozilla\NativeMessagingHosts\gpgmejson" SetRegView 32 !endif SectionEnd diff --git a/src/uninst-kde-l10n.nsi b/src/uninst-kde-l10n.nsi index 41892f06..6a416f84 100644 --- a/src/uninst-kde-l10n.nsi +++ b/src/uninst-kde-l10n.nsi @@ -1,1262 +1,1253 @@ # THIS FILE IS GENERATED! See kde-l10n.sh # Copyright (C) 2016 Intevation GmbH # # This file is part of GPG4Win. # # GPG4Win is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # GPG4Win is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA -!ifdef prefix -!undef prefix -!endif -!define prefix ${ipdir}/kde-l10n-${gpg4win_pkg_kde_l10n_version} ; Uninstaller section. Section "-un.kde-l10n" -!ifdef SOURCES - Push "${gpg4win_pkg_kde-l10n}" - Call un.SourceDelete -!else Delete "$INSTDIR\share\locale\af\kf5_entry.desktop" Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\af\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\af\LC_MESSAGES" RMDir "$INSTDIR\share\locale\af\LC_MESSAGES" RMDir "$INSTDIR\share\locale\af" Delete "$INSTDIR\share\locale\ar\kf5_entry.desktop" Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\ar\LC_MESSAGES" RMDir "$INSTDIR\share\locale\ar\LC_MESSAGES" RMDir "$INSTDIR\share\locale\ar" Delete "$INSTDIR\share\locale\be\kf5_entry.desktop" Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\be\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\be\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\be\LC_MESSAGES" RMDir "$INSTDIR\share\locale\be\LC_MESSAGES" RMDir "$INSTDIR\share\locale\be" Delete "$INSTDIR\share\locale\bg\kf5_entry.desktop" Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\bg\LC_MESSAGES" RMDir "$INSTDIR\share\locale\bg\LC_MESSAGES" RMDir "$INSTDIR\share\locale\bg" Delete "$INSTDIR\share\locale\br\kf5_entry.desktop" Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\br\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\br\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\br\LC_MESSAGES" RMDir "$INSTDIR\share\locale\br\LC_MESSAGES" RMDir "$INSTDIR\share\locale\br" Delete "$INSTDIR\share\locale\bs\kf5_entry.desktop" Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\bs\LC_MESSAGES" RMDir "$INSTDIR\share\locale\bs\LC_MESSAGES" RMDir "$INSTDIR\share\locale\bs" Delete "$INSTDIR\share\locale\ca\kf5_entry.desktop" Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\ca\LC_MESSAGES" RMDir "$INSTDIR\share\locale\ca\LC_MESSAGES" RMDir "$INSTDIR\share\locale\ca" Delete "$INSTDIR\share\locale\ca@valencia\kf5_entry.desktop" Delete "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES" RMDir "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES" RMDir "$INSTDIR\share\locale\ca@valencia" Delete "$INSTDIR\share\locale\cs\kf5_entry.desktop" Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\cs\LC_MESSAGES" RMDir "$INSTDIR\share\locale\cs\LC_MESSAGES" RMDir "$INSTDIR\share\locale\cs" Delete "$INSTDIR\share\locale\cy\kf5_entry.desktop" Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\cy\LC_MESSAGES" RMDir "$INSTDIR\share\locale\cy\LC_MESSAGES" RMDir "$INSTDIR\share\locale\cy" Delete "$INSTDIR\share\locale\da\kf5_entry.desktop" Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\da\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\da\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\da\LC_MESSAGES" RMDir "$INSTDIR\share\locale\da\LC_MESSAGES" RMDir "$INSTDIR\share\locale\da" Delete "$INSTDIR\share\locale\de\kf5_entry.desktop" Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\de\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\de\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\de\LC_MESSAGES" RMDir "$INSTDIR\share\locale\de\LC_MESSAGES" RMDir "$INSTDIR\share\locale\de" Delete "$INSTDIR\share\locale\el\kf5_entry.desktop" Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\el\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\el\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\el\LC_MESSAGES" RMDir "$INSTDIR\share\locale\el\LC_MESSAGES" RMDir "$INSTDIR\share\locale\el" Delete "$INSTDIR\share\locale\en_GB\kf5_entry.desktop" Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\en_GB\LC_MESSAGES" RMDir "$INSTDIR\share\locale\en_GB\LC_MESSAGES" RMDir "$INSTDIR\share\locale\en_GB" Delete "$INSTDIR\share\locale\eo\kf5_entry.desktop" Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\eo\LC_MESSAGES" RMDir "$INSTDIR\share\locale\eo\LC_MESSAGES" RMDir "$INSTDIR\share\locale\eo" Delete "$INSTDIR\share\locale\es\kf5_entry.desktop" Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\es\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\es\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\es\LC_MESSAGES" RMDir "$INSTDIR\share\locale\es\LC_MESSAGES" RMDir "$INSTDIR\share\locale\es" Delete "$INSTDIR\share\locale\et\kf5_entry.desktop" Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\et\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\et\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\et\LC_MESSAGES" RMDir "$INSTDIR\share\locale\et\LC_MESSAGES" RMDir "$INSTDIR\share\locale\et" Delete "$INSTDIR\share\locale\eu\kf5_entry.desktop" Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\eu\LC_MESSAGES" RMDir "$INSTDIR\share\locale\eu\LC_MESSAGES" RMDir "$INSTDIR\share\locale\eu" Delete "$INSTDIR\share\locale\fa\kf5_entry.desktop" Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\fa\LC_MESSAGES" RMDir "$INSTDIR\share\locale\fa\LC_MESSAGES" RMDir "$INSTDIR\share\locale\fa" Delete "$INSTDIR\share\locale\fi\kf5_entry.desktop" Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\fi\LC_MESSAGES" RMDir "$INSTDIR\share\locale\fi\LC_MESSAGES" RMDir "$INSTDIR\share\locale\fi" Delete "$INSTDIR\share\locale\fr\kf5_entry.desktop" Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\fr\LC_MESSAGES" RMDir "$INSTDIR\share\locale\fr\LC_MESSAGES" RMDir "$INSTDIR\share\locale\fr" Delete "$INSTDIR\share\locale\fy\kf5_entry.desktop" Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\fy\LC_MESSAGES" RMDir "$INSTDIR\share\locale\fy\LC_MESSAGES" RMDir "$INSTDIR\share\locale\fy" Delete "$INSTDIR\share\locale\ga\kf5_entry.desktop" Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\ga\LC_MESSAGES" RMDir "$INSTDIR\share\locale\ga\LC_MESSAGES" RMDir "$INSTDIR\share\locale\ga" Delete "$INSTDIR\share\locale\gl\kf5_entry.desktop" Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\gl\LC_MESSAGES" RMDir "$INSTDIR\share\locale\gl\LC_MESSAGES" RMDir "$INSTDIR\share\locale\gl" Delete "$INSTDIR\share\locale\he\kf5_entry.desktop" Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\he\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\he\LC_MESSAGES" RMDir "$INSTDIR\share\locale\he\LC_MESSAGES" RMDir "$INSTDIR\share\locale\he" Delete "$INSTDIR\share\locale\hi\kf5_entry.desktop" Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\hi\LC_MESSAGES" RMDir "$INSTDIR\share\locale\hi\LC_MESSAGES" RMDir "$INSTDIR\share\locale\hi" Delete "$INSTDIR\share\locale\hne\kf5_entry.desktop" Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\hne\LC_MESSAGES" RMDir "$INSTDIR\share\locale\hne\LC_MESSAGES" RMDir "$INSTDIR\share\locale\hne" Delete "$INSTDIR\share\locale\hr\kf5_entry.desktop" Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\hr\LC_MESSAGES" RMDir "$INSTDIR\share\locale\hr\LC_MESSAGES" RMDir "$INSTDIR\share\locale\hr" Delete "$INSTDIR\share\locale\hu\kf5_entry.desktop" Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\hu\LC_MESSAGES" RMDir "$INSTDIR\share\locale\hu\LC_MESSAGES" RMDir "$INSTDIR\share\locale\hu" Delete "$INSTDIR\share\locale\ia\kf5_entry.desktop" Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\ia\LC_MESSAGES" RMDir "$INSTDIR\share\locale\ia\LC_MESSAGES" RMDir "$INSTDIR\share\locale\ia" Delete "$INSTDIR\share\locale\is\kf5_entry.desktop" Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\is\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\is\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\is\LC_MESSAGES" RMDir "$INSTDIR\share\locale\is\LC_MESSAGES" RMDir "$INSTDIR\share\locale\is" Delete "$INSTDIR\share\locale\it\kf5_entry.desktop" Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\it\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\it\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\it\LC_MESSAGES" RMDir "$INSTDIR\share\locale\it\LC_MESSAGES" RMDir "$INSTDIR\share\locale\it" Delete "$INSTDIR\share\locale\ja\kf5_entry.desktop" Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\ja\LC_MESSAGES" RMDir "$INSTDIR\share\locale\ja\LC_MESSAGES" RMDir "$INSTDIR\share\locale\ja" Delete "$INSTDIR\share\locale\kk\kf5_entry.desktop" Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\kk\LC_MESSAGES" RMDir "$INSTDIR\share\locale\kk\LC_MESSAGES" RMDir "$INSTDIR\share\locale\kk" Delete "$INSTDIR\share\locale\km\kf5_entry.desktop" Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\km\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\km\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\km\LC_MESSAGES" RMDir "$INSTDIR\share\locale\km\LC_MESSAGES" RMDir "$INSTDIR\share\locale\km" Delete "$INSTDIR\share\locale\ko\kf5_entry.desktop" Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\ko\LC_MESSAGES" RMDir "$INSTDIR\share\locale\ko\LC_MESSAGES" RMDir "$INSTDIR\share\locale\ko" Delete "$INSTDIR\share\locale\lt\kf5_entry.desktop" Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\lt\LC_MESSAGES" RMDir "$INSTDIR\share\locale\lt\LC_MESSAGES" RMDir "$INSTDIR\share\locale\lt" Delete "$INSTDIR\share\locale\lv\kf5_entry.desktop" Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\lv\LC_MESSAGES" RMDir "$INSTDIR\share\locale\lv\LC_MESSAGES" RMDir "$INSTDIR\share\locale\lv" Delete "$INSTDIR\share\locale\mk\kf5_entry.desktop" Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\mk\LC_MESSAGES" RMDir "$INSTDIR\share\locale\mk\LC_MESSAGES" RMDir "$INSTDIR\share\locale\mk" Delete "$INSTDIR\share\locale\mr\kf5_entry.desktop" Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\mr\LC_MESSAGES" RMDir "$INSTDIR\share\locale\mr\LC_MESSAGES" RMDir "$INSTDIR\share\locale\mr" Delete "$INSTDIR\share\locale\ms\kf5_entry.desktop" Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\ms\LC_MESSAGES" RMDir "$INSTDIR\share\locale\ms\LC_MESSAGES" RMDir "$INSTDIR\share\locale\ms" Delete "$INSTDIR\share\locale\nb\kf5_entry.desktop" Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\nb\LC_MESSAGES" RMDir "$INSTDIR\share\locale\nb\LC_MESSAGES" RMDir "$INSTDIR\share\locale\nb" Delete "$INSTDIR\share\locale\nds\kf5_entry.desktop" Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\nds\LC_MESSAGES" RMDir "$INSTDIR\share\locale\nds\LC_MESSAGES" RMDir "$INSTDIR\share\locale\nds" Delete "$INSTDIR\share\locale\ne\kf5_entry.desktop" Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\ne\LC_MESSAGES" RMDir "$INSTDIR\share\locale\ne\LC_MESSAGES" RMDir "$INSTDIR\share\locale\ne" Delete "$INSTDIR\share\locale\nl\kf5_entry.desktop" Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\nl\LC_MESSAGES" RMDir "$INSTDIR\share\locale\nl\LC_MESSAGES" RMDir "$INSTDIR\share\locale\nl" Delete "$INSTDIR\share\locale\nn\kf5_entry.desktop" Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\nn\LC_MESSAGES" RMDir "$INSTDIR\share\locale\nn\LC_MESSAGES" RMDir "$INSTDIR\share\locale\nn" Delete "$INSTDIR\share\locale\pa\kf5_entry.desktop" Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\pa\LC_MESSAGES" RMDir "$INSTDIR\share\locale\pa\LC_MESSAGES" RMDir "$INSTDIR\share\locale\pa" Delete "$INSTDIR\share\locale\pl\kf5_entry.desktop" Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\pl\LC_MESSAGES" RMDir "$INSTDIR\share\locale\pl\LC_MESSAGES" RMDir "$INSTDIR\share\locale\pl" Delete "$INSTDIR\share\locale\pt\kf5_entry.desktop" Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\pt\LC_MESSAGES" RMDir "$INSTDIR\share\locale\pt\LC_MESSAGES" RMDir "$INSTDIR\share\locale\pt" Delete "$INSTDIR\share\locale\pt_BR\kf5_entry.desktop" Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\pt_BR\LC_MESSAGES" RMDir "$INSTDIR\share\locale\pt_BR\LC_MESSAGES" RMDir "$INSTDIR\share\locale\pt_BR" Delete "$INSTDIR\share\locale\ro\kf5_entry.desktop" Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\ro\LC_MESSAGES" RMDir "$INSTDIR\share\locale\ro\LC_MESSAGES" RMDir "$INSTDIR\share\locale\ro" Delete "$INSTDIR\share\locale\ru\kf5_entry.desktop" Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\ru\LC_MESSAGES" RMDir "$INSTDIR\share\locale\ru\LC_MESSAGES" RMDir "$INSTDIR\share\locale\ru" Delete "$INSTDIR\share\locale\se\kf5_entry.desktop" Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\se\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\se\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\se\LC_MESSAGES" RMDir "$INSTDIR\share\locale\se\LC_MESSAGES" RMDir "$INSTDIR\share\locale\se" Delete "$INSTDIR\share\locale\sk\kf5_entry.desktop" Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\sk\LC_MESSAGES" RMDir "$INSTDIR\share\locale\sk\LC_MESSAGES" RMDir "$INSTDIR\share\locale\sk" Delete "$INSTDIR\share\locale\sl\kf5_entry.desktop" Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\sl\LC_MESSAGES" RMDir "$INSTDIR\share\locale\sl\LC_MESSAGES" RMDir "$INSTDIR\share\locale\sl" Delete "$INSTDIR\share\locale\sq\kf5_entry.desktop" Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\sq\LC_MESSAGES" RMDir "$INSTDIR\share\locale\sq\LC_MESSAGES" RMDir "$INSTDIR\share\locale\sq" Delete "$INSTDIR\share\locale\sr\kf5_entry.desktop" Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\sr\LC_MESSAGES" RMDir "$INSTDIR\share\locale\sr\LC_MESSAGES" RMDir "$INSTDIR\share\locale\sr" Delete "$INSTDIR\share\locale\sv\kf5_entry.desktop" Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\sv\LC_MESSAGES" RMDir "$INSTDIR\share\locale\sv\LC_MESSAGES" RMDir "$INSTDIR\share\locale\sv" Delete "$INSTDIR\share\locale\ta\kf5_entry.desktop" Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\ta\LC_MESSAGES" RMDir "$INSTDIR\share\locale\ta\LC_MESSAGES" RMDir "$INSTDIR\share\locale\ta" Delete "$INSTDIR\share\locale\tg\kf5_entry.desktop" Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\tg\LC_MESSAGES" RMDir "$INSTDIR\share\locale\tg\LC_MESSAGES" RMDir "$INSTDIR\share\locale\tg" Delete "$INSTDIR\share\locale\th\kf5_entry.desktop" Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\th\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\th\LC_MESSAGES" RMDir "$INSTDIR\share\locale\th\LC_MESSAGES" RMDir "$INSTDIR\share\locale\th" Delete "$INSTDIR\share\locale\tr\kf5_entry.desktop" Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\tr\LC_MESSAGES" RMDir "$INSTDIR\share\locale\tr\LC_MESSAGES" RMDir "$INSTDIR\share\locale\tr" Delete "$INSTDIR\share\locale\ug\kf5_entry.desktop" Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\ug\LC_MESSAGES" RMDir "$INSTDIR\share\locale\ug\LC_MESSAGES" RMDir "$INSTDIR\share\locale\ug" Delete "$INSTDIR\share\locale\uk\kf5_entry.desktop" Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\uk\LC_MESSAGES" RMDir "$INSTDIR\share\locale\uk\LC_MESSAGES" RMDir "$INSTDIR\share\locale\uk" Delete "$INSTDIR\share\locale\uz\kf5_entry.desktop" Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\uz\LC_MESSAGES" RMDir "$INSTDIR\share\locale\uz\LC_MESSAGES" RMDir "$INSTDIR\share\locale\uz" Delete "$INSTDIR\share\locale\uz@cyrillic\kf5_entry.desktop" Delete "$INSTDIR\share\locale\uz@cyrillic\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\uz@cyrillic\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\uz@cyrillic\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\uz@cyrillic\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\uz@cyrillic\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\uz@cyrillic\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\uz@cyrillic\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\uz@cyrillic\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\uz@cyrillic\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\uz@cyrillic\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\uz@cyrillic\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\uz@cyrillic\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\uz@cyrillic\LC_MESSAGES" RMDir "$INSTDIR\share\locale\uz@cyrillic\LC_MESSAGES" RMDir "$INSTDIR\share\locale\uz@cyrillic" Delete "$INSTDIR\share\locale\xh\kf5_entry.desktop" Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\xh\LC_MESSAGES" RMDir "$INSTDIR\share\locale\xh\LC_MESSAGES" RMDir "$INSTDIR\share\locale\xh" Delete "$INSTDIR\share\locale\zh_CN\kf5_entry.desktop" Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\zh_CN\LC_MESSAGES" RMDir "$INSTDIR\share\locale\zh_CN\LC_MESSAGES" RMDir "$INSTDIR\share\locale\zh_CN" Delete "$INSTDIR\share\locale\zh_TW\kf5_entry.desktop" Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kconfigwidgets5.mo" Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\ki18n5.mo" Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kiconthemes5.mo" Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kconfig5_qt.qm" Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kcompletion5_qt.qm" Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kcodecs5_qt.qm" Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kcoreaddons5_qt.qm" Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kitemviews5_qt.qm" Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kwidgetsaddons5_qt.qm" Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kwindowsystem5_qt.qm" Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\libkleopatra.mo" Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kwatchgnupg.mo" Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kleopatra.mo" Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kxmlgui5.mo" RMDir "$INSTDIR\share\locale\zh_TW\LC_MESSAGES" RMDir "$INSTDIR\share\locale\zh_TW\LC_MESSAGES" RMDir "$INSTDIR\share\locale\zh_TW" RMDir "$INSTDIR\share\locale" RMDir "$INSTDIR\share" RMDir "$INSTDIR" -!endif SectionEnd diff --git a/src/uninst-libassuan.nsi b/src/uninst-libassuan.nsi index a83340c9..b4bcafa7 100644 --- a/src/uninst-libassuan.nsi +++ b/src/uninst-libassuan.nsi @@ -1,43 +1,43 @@ # uninst-libassuan.nsi - Uninstaller f. libassuan. -*- coding: latin-1; -*- # Copyright (C) 2007 g10 Code GmbH # # This file is part of Gpg4win. # # Gpg4win is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # Gpg4win is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. !ifdef prefix !undef prefix !endif !define prefix ${ipdir}/libassuan-${gpg4win_pkg_libassuan_version} ; Uninstaller section. Section "-un.libassuan" !ifdef SOURCES Push "${gpg4win_pkg_libassuan}" Call un.SourceDelete !else Delete /REBOOTOK "$INSTDIR\bin\libassuan-0.dll" Delete "$INSTDIR\lib\libassuan.imp" Delete "$INSTDIR\include\assuan.h" ${If} ${RunningX64} - Delete /REBOOTOK "$INSTDIR\bin_64\libassuan-0.dll" + Delete /REBOOTOK "$INSTDIR\bin_64\libassuan6-0.dll" ${EndIf} !endif SectionEnd diff --git a/src/uninst-libgpg-error.nsi b/src/uninst-libgpg-error.nsi index b9303927..65594392 100644 --- a/src/uninst-libgpg-error.nsi +++ b/src/uninst-libgpg-error.nsi @@ -1,49 +1,49 @@ # uninst-libgpg-error.nsi - Installer f. libgpg-error. -*- coding: latin-1; -*- # Copyright (C) 2005 g10 Code GmbH # # This file is part of GPG4Win. # # GPG4Win is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # GPG4Win is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA !ifdef prefix !undef prefix !endif !define prefix ${ipdir}/libgpg-error-${gpg4win_pkg_libgpg_error_version} ; Uninstaller section. Section "-un.libgpg-error" !ifdef SOURCES Push "${gpg4win_pkg_libgpg_error}" Call un.SourceDelete !else Delete /REBOOTOK "$INSTDIR\bin\libgpg-error-0.dll" Delete "$INSTDIR\share\locale\de\LC_MESSAGES\libgpg-error.mo" Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\libgpg-error.mo" Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\libgpg-error.mo" Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\libgpg-error.mo" Delete "$INSTDIR\bin\gpg-error.exe" Delete "$INSTDIR\lib\libgpg-error.imp" Delete "$INSTDIR\lib\libgpg-assuan.imp" Delete "$INSTDIR\include\gpg-error.h" ${If} ${RunningX64} - Delete /REBOOTOK "$INSTDIR\bin_64\libgpg-error-0.dll" + Delete /REBOOTOK "$INSTDIR\bin_64\libgpg-error6-0.dll" ${EndIf} !endif SectionEnd