diff options
Diffstat (limited to 'sys-power/thermald/thermald-2.4.5.ebuild')
-rw-r--r-- | sys-power/thermald/thermald-2.4.5.ebuild | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys-power/thermald/thermald-2.4.5.ebuild b/sys-power/thermald/thermald-2.4.5.ebuild index 2683a9652ea6..a482dfef0ff9 100644 --- a/sys-power/thermald/thermald-2.4.5.ebuild +++ b/sys-power/thermald/thermald-2.4.5.ebuild @@ -48,10 +48,3 @@ 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 -} |