From 1d8dc32ec515e33d808d25bb93ee596f42c7248e Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Wed, 25 Sep 2024 04:25:39 -0400 Subject: [PATCH] games-strategy/freeciv: add missing xdg_pkg_postinst call Signed-off-by: Ionen Wolkens --- games-strategy/freeciv/freeciv-3.1.2.ebuild | 2 ++ games-strategy/freeciv/freeciv-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/games-strategy/freeciv/freeciv-3.1.2.ebuild b/games-strategy/freeciv/freeciv-3.1.2.ebuild index 3409c6c893081..e61df8f6bac04 100644 --- a/games-strategy/freeciv/freeciv-3.1.2.ebuild +++ b/games-strategy/freeciv/freeciv-3.1.2.ebuild @@ -189,6 +189,8 @@ src_install() { } pkg_postinst() { + xdg_pkg_postinst + if [[ -z ${REPLACING_VERSIONS} ]]; then einfo "There are a number of supported authentication backends." einfo "sqlite3 is the default, however dedicated servers may wish to" diff --git a/games-strategy/freeciv/freeciv-9999.ebuild b/games-strategy/freeciv/freeciv-9999.ebuild index 3409c6c893081..e61df8f6bac04 100644 --- a/games-strategy/freeciv/freeciv-9999.ebuild +++ b/games-strategy/freeciv/freeciv-9999.ebuild @@ -189,6 +189,8 @@ src_install() { } pkg_postinst() { + xdg_pkg_postinst + if [[ -z ${REPLACING_VERSIONS} ]]; then einfo "There are a number of supported authentication backends." einfo "sqlite3 is the default, however dedicated servers may wish to"