From: Tobias Klausmann Date: Wed, 12 Aug 2015 11:42:09 +0000 (+0200) Subject: sys-apps/microcode-data: Drop reference to obsolete init.d script in -ctl X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7d6fa520133c8245bea97a37a99fd7f0223e5132;p=gentoo.git sys-apps/microcode-data: Drop reference to obsolete init.d script in -ctl Gentoo-Bug: 528712 Package-Manager: portage-2.2.20.1 --- diff --git a/sys-apps/microcode-data/microcode-data-20150121-r1.ebuild b/sys-apps/microcode-data/microcode-data-20150121-r1.ebuild index f20adf1be311..18647feb8461 100644 --- a/sys-apps/microcode-data/microcode-data-20150121-r1.ebuild +++ b/sys-apps/microcode-data/microcode-data-20150121-r1.ebuild @@ -47,9 +47,3 @@ src_install() { use monolithic && doins microcode.dat use split-ucode && doins -r intel-ucode } - -pkg_postinst() { - elog "The microcode available for Intel CPUs has been updated. You'll need" - elog "to reload the code into your processor. If you're using the init.d:" - elog "/etc/init.d/microcode_ctl restart" -}