diff --git a/src/inst-kde-l10n.nsi b/src/inst-kde-l10n.nsi index 9d57c637..f00df198 100644 --- a/src/inst-kde-l10n.nsi +++ b/src/inst-kde-l10n.nsi @@ -73,23 +73,6 @@ Section "-kde-l10n" SEC_kde-l10n File ${prefix}/share/locale/ar/LC_MESSAGES/libkleopatra.mo File ${prefix}/share/locale/ar/LC_MESSAGES/kwatchgnupg.mo File ${prefix}/share/locale/ar/LC_MESSAGES/kleopatra.mo - SetOutPath "$INSTDIR\share\locale\ast" - File ${kcfg_prefix}/share/locale/ast/kf5_entry.desktop - SetOutPath "$INSTDIR\share\locale\ast\LC_MESSAGES" - File ${kconfigwidgets_prefix}/share/locale/ast/LC_MESSAGES/kconfigwidgets5.mo - File ${ki18n_prefix}/share/locale/ast/LC_MESSAGES/ki18n5.mo - File ${kiconthemes_prefix}/share/locale/ast/LC_MESSAGES/kiconthemes5.mo - File ${kxmlgui_prefix}/share/locale/ast/LC_MESSAGES/kxmlgui5.mo - File ${kconfig_prefix}/share/locale/ast/LC_MESSAGES/kconfig5_qt.qm - File ${kcompletion_prefix}/share/locale/ast/LC_MESSAGES/kcompletion5_qt.qm - File ${kcodecs_prefix}/share/locale/ast/LC_MESSAGES/kcodecs5_qt.qm - File ${kcoreaddons_prefix}/share/locale/ast/LC_MESSAGES/kcoreaddons5_qt.qm - File ${kitemviews_prefix}/share/locale/ast/LC_MESSAGES/kitemviews5_qt.qm - File ${kwidgetsaddons_prefix}/share/locale/ast/LC_MESSAGES/kwidgetsaddons5_qt.qm - File ${kwindowsystem_prefix}/share/locale/ast/LC_MESSAGES/kwindowsystem5_qt.qm - File ${prefix}/share/locale/ast/LC_MESSAGES/libkleopatra.mo - File ${prefix}/share/locale/ast/LC_MESSAGES/kwatchgnupg.mo - File ${prefix}/share/locale/ast/LC_MESSAGES/kleopatra.mo SetOutPath "$INSTDIR\share\locale\be" File ${kcfg_prefix}/share/locale/be/kf5_entry.desktop SetOutPath "$INSTDIR\share\locale\be\LC_MESSAGES" diff --git a/src/uninst-kde-l10n.nsi b/src/uninst-kde-l10n.nsi index e253ee78..2f842857 100644 --- a/src/uninst-kde-l10n.nsi +++ b/src/uninst-kde-l10n.nsi @@ -61,24 +61,6 @@ RMDir "$INSTDIR\share\locale\af" RMDir "$INSTDIR\share\locale\ar\LC_MESSAGES" RMDir "$INSTDIR\share\locale\ar\LC_MESSAGES" RMDir "$INSTDIR\share\locale\ar" - Delete "$INSTDIR\share\locale\ast\kf5_entry.desktop" - Delete "$INSTDIR\share\locale\ast\LC_MESSAGES\kconfigwidgets5.mo" - Delete "$INSTDIR\share\locale\ast\LC_MESSAGES\ki18n5.mo" - Delete "$INSTDIR\share\locale\ast\LC_MESSAGES\kiconthemes5.mo" - Delete "$INSTDIR\share\locale\ast\LC_MESSAGES\kxmlgui5.mo" - Delete "$INSTDIR\share\locale\ast\LC_MESSAGES\kconfig5_qt.qm" - Delete "$INSTDIR\share\locale\ast\LC_MESSAGES\kcompletion5_qt.qm" - Delete "$INSTDIR\share\locale\ast\LC_MESSAGES\kcodecs5_qt.qm" - Delete "$INSTDIR\share\locale\ast\LC_MESSAGES\kcoreaddons5_qt.qm" - Delete "$INSTDIR\share\locale\ast\LC_MESSAGES\kitemviews5_qt.qm" - Delete "$INSTDIR\share\locale\ast\LC_MESSAGES\kwidgetsaddons5_qt.qm" - Delete "$INSTDIR\share\locale\ast\LC_MESSAGES\kwindowsystem5_qt.qm" - Delete "$INSTDIR\share\locale\ast\LC_MESSAGES\libkleopatra.mo" - Delete "$INSTDIR\share\locale\ast\LC_MESSAGES\kwatchgnupg.mo" - Delete "$INSTDIR\share\locale\ast\LC_MESSAGES\kleopatra.mo" -RMDir "$INSTDIR\share\locale\ast\LC_MESSAGES" -RMDir "$INSTDIR\share\locale\ast\LC_MESSAGES" -RMDir "$INSTDIR\share\locale\ast" 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"