mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 06:32:59 -04:00
gnome-extra/resources: move elog from global scope
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
@@ -265,13 +265,14 @@ src_install() {
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
gnome2_schemas_update
|
||||
|
||||
elog "Resources can optionally use sys-apps/dmidecode to read"
|
||||
elog "detailed motherboard and hardware information."
|
||||
elog "If you want this functionality, please install it manually via:"
|
||||
elog " emerge sys-apps/dmidecode"
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_pkg_postrm
|
||||
gnome2_schemas_update
|
||||
}
|
||||
elog "Resources can optionally use sys-apps/dmidecode to read"
|
||||
elog "detailed motherboard and hardware information."
|
||||
elog "If you want this functionality, please install it manually via:"
|
||||
elog " emerge sys-apps/dmidecode"
|
||||
|
||||
Reference in New Issue
Block a user