games-strategy/freeciv: add missing xdg_pkg_postinst call

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2024-09-25 04:25:39 -04:00
parent 1fa2b715d6
commit 1d8dc32ec5
2 changed files with 4 additions and 0 deletions

View File

@@ -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"

View File

@@ -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"