diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-09-25 04:25:39 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-09-25 04:30:45 -0400 |
commit | 1d8dc32ec515e33d808d25bb93ee596f42c7248e (patch) | |
tree | c397e64d414613c59296387e1af1d01dbf58bab3 /games-strategy | |
parent | games-strategy/freeciv: remove USE=qt5 and default to qt6 (diff) | |
download | gentoo-1d8dc32ec515e33d808d25bb93ee596f42c7248e.tar.gz gentoo-1d8dc32ec515e33d808d25bb93ee596f42c7248e.tar.bz2 gentoo-1d8dc32ec515e33d808d25bb93ee596f42c7248e.zip |
games-strategy/freeciv: add missing xdg_pkg_postinst call
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/freeciv/freeciv-3.1.2.ebuild | 2 | ||||
-rw-r--r-- | games-strategy/freeciv/freeciv-9999.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/games-strategy/freeciv/freeciv-3.1.2.ebuild b/games-strategy/freeciv/freeciv-3.1.2.ebuild index 3409c6c89308..e61df8f6bac0 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 3409c6c89308..e61df8f6bac0 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" |