diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-08-12 13:42:09 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-08-12 13:42:29 +0200 |
commit | 7d6fa520133c8245bea97a37a99fd7f0223e5132 (patch) | |
tree | bde87bf65775d8a5f24602d860fe6275db531252 /sys-apps | |
parent | dev-python/pygame_sdl2: fix compilation with cython-0.23 (diff) | |
download | gentoo-7d6fa520133c8245bea97a37a99fd7f0223e5132.tar.gz gentoo-7d6fa520133c8245bea97a37a99fd7f0223e5132.tar.bz2 gentoo-7d6fa520133c8245bea97a37a99fd7f0223e5132.zip |
sys-apps/microcode-data: Drop reference to obsolete init.d script in -ctl
Gentoo-Bug: 528712
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/microcode-data/microcode-data-20150121-r1.ebuild | 6 |
1 files changed, 0 insertions, 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 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" -} |