From e076ba4382407bce9d84a8d65c81634104f32675 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 10 Apr 2022 21:12:56 +0300 Subject: [PATCH] freeciv: Delete metainfo files also from their new location In preparation to upcoming 3.0.1 release Signed-off-by: Marko Lindqvist --- recipes-games/freeciv/freeciv.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-games/freeciv/freeciv.inc b/recipes-games/freeciv/freeciv.inc index 41e1f2e..2acf551 100644 --- a/recipes-games/freeciv/freeciv.inc +++ b/recipes-games/freeciv/freeciv.inc @@ -40,6 +40,7 @@ ${PN}-gtk3.22 ${PN}-qt ${PN}-sdl2" do_install:append() { rm -Rf ${D}/${datadir}/appdata + rm -Rf ${D}/${datadir}/metainfo rm -Rf ${D}/${datadir}/icons/hicolor/*/*/freeciv-ruledit.png }