diff options
-rw-r--r-- | sys-power/thermald/thermald-2.3-r1.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys-power/thermald/thermald-2.3-r1.ebuild b/sys-power/thermald/thermald-2.3-r1.ebuild index 0e305e3aa636..2465a7a70379 100644 --- a/sys-power/thermald/thermald-2.3-r1.ebuild +++ b/sys-power/thermald/thermald-2.3-r1.ebuild @@ -47,3 +47,10 @@ my_src_install_all() { rm -rf "${ED}"/etc/init || die doinitd "${FILESDIR}"/thermald } + +pkg_postinst() { + if ! has_version sys-power/dptfxtract; then + elog "dptfxtract can be used to generate a more specific" + elog "thermald configuration for your system" + fi +} |