commit: 3dda1fea1a39892afab445e07e569903c35f2cbc
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 11:40:56 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 11:40:56 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3dda1fea
kde-apps/calendarjanitor: Translations moved to code repository
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/calendarjanitor/calendarjanitor-9999.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/kde-apps/calendarjanitor/calendarjanitor-9999.ebuild
b/kde-apps/calendarjanitor/calendarjanitor-9999.ebuild
index 43273cf892..488e177827 100644
--- a/kde-apps/calendarjanitor/calendarjanitor-9999.ebuild
+++ b/kde-apps/calendarjanitor/calendarjanitor-9999.ebuild
@@ -36,8 +36,6 @@ src_prepare() {
sed -i -e "/console\.categories/ s/^/#DONT/" CMakeLists.txt || die
# delete colliding konsolekalendar translations
- if [[ ${KDE_BUILD_TYPE} = release ]]; then
- rm -f po/*/konsolekalendar.po || die
- rm -rf po/*/docs/konsolekalendar || die
- fi
+ rm -f po/*/konsolekalendar.po || die
+ rm -rf po/*/docs/konsolekalendar || die
}