games-strategy/wargus: Add postinst about missing ripping deps

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-11-22 23:59:57 +01:00
parent da5322fbac
commit 95f903c8e2

View File

@@ -52,6 +52,17 @@ pkg_postinst() {
elog "it automatically on the first run. Only the DOS version is supported"
elog "at the moment."
if ! has_version media-video/ffmpeg ||
! has_version media-sound/cdparanoia
then
elog
elog "If you did not convert the game data yet, you may want to install"
elog "the following optional dependencies:"
elog
elog "media-video/ffmpeg -- to convert game videos"
elog "media-sound/cdparanoia -- to rip game music from the CD"
fi
xdg_icon_cache_update
}