diff --git a/srcpkgs/actiona/template b/srcpkgs/actiona/template index a43539623f1..e90d9c6e013 100644 --- a/srcpkgs/actiona/template +++ b/srcpkgs/actiona/template @@ -20,6 +20,10 @@ if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-tools-devel qt5-x11extras-devel qt5-xmlpatterns-devel" fi +post_build() { + lrelease locale/*.ts +} + post_install() { vmkdir usr/share/applications vinstall ${FILESDIR}/actiona.desktop 644 usr/share/applications