commit: 7d6fa520133c8245bea97a37a99fd7f0223e5132
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 12 11:42:09 2015 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 11:42:29 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d6fa520
sys-apps/microcode-data: Drop reference to obsolete init.d script in -ctl
Gentoo-Bug: 528712
Package-Manager: portage-2.2.20.1
sys-apps/microcode-data/microcode-data-20150121-r1.ebuild | 6 ------
1 file changed, 6 deletions(-)
diff --git a/sys-apps/microcode-data/microcode-data-20150121-r1.ebuild
b/sys-apps/microcode-data/microcode-data-20150121-r1.ebuild
index f20adf1..18647fe 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"
-}