Function | pkg_info |
---|---|
Purpose | display information about a package |
Sandbox | ? |
Privilege | root |
Called for | ebuild |
pkg_info
pkg_info()
{
return
}
pkg_info
pkg_info() {
"${ROOT}"/usr/bin/mythfrontend --version
}
pkg_info
this phase will be called when a package manager displays information about a package. within EAPI=4, this phase can also be called for non-installed packages.