From 9b3636a76e33273c325c9a515ee779aee1a5088b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= <slavek.banko@axis.cz>
Date: Sat, 10 Nov 2018 17:29:56 +0100
Subject: DEB: Remove the translation templates update during building.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
---
 ubuntu/maverick/applications/keep/debian/cdbs/kde.mk | 8 --------
 1 file changed, 8 deletions(-)

(limited to 'ubuntu/maverick/applications/keep')

diff --git a/ubuntu/maverick/applications/keep/debian/cdbs/kde.mk b/ubuntu/maverick/applications/keep/debian/cdbs/kde.mk
index 765560c89..1ac26c4b7 100644
--- a/ubuntu/maverick/applications/keep/debian/cdbs/kde.mk
+++ b/ubuntu/maverick/applications/keep/debian/cdbs/kde.mk
@@ -73,20 +73,12 @@ debian/stamp-kde-apidox:
 	$(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) apidox)
 	touch $@
 
-common-install-prehook-impl::
-	mkdir -p po
-	-XGETTEXT=/usr/bin/kde-xgettext EXTRACTATTR=/opt/trinity/bin/extractattr sh $(DEB_SRCDIR)/admin/cvs.sh extract-messages	
-	-for file in po/*pot; do \
-		sed "s/charset=CHARSET/charset=UTF-8/" -i $$file; \
-	done
-
 common-install-arch common-install-indep:: common-install-kde-apidox
 common-install-kde-apidox::
 	$(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) install-apidox DESTDIR=$(DEB_DESTDIR))
 
 clean::
 	rm -f debian/stamp-kde-apidox
-	rm -rf po/*.pot
 
 # This is a convenience target for calling manually.  It's not part of
 # the build process.
-- 
cgit v1.2.1