mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-strategy/wargus: Add postinst about missing ripping deps
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user