Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 174761
Collapse All | Expand All

(-)toshiba-utils-2.0.1-r1.ebuild (-1 / +3 lines)
Lines 50-56 Link Here
50
pkg_postinst() {
50
pkg_postinst() {
51
	ewarn "Dont forget Toshiba Laptop Support for your kernel."
51
	ewarn "Dont forget Toshiba Laptop Support for your kernel."
52
	ewarn "(under Processor Type and Features, CONFIG_TOSHIBA)"
52
	ewarn "(under Processor Type and Features, CONFIG_TOSHIBA)"
53
	[[ ${ROOT} == / ]] && /sbin/modules-update || return 0
53
	if [[ ${ROOT} == / ]] ; then
54
		[ -x /sbin/update-modules ] && /sbin/update-modules || /sbin/modules-update
55
	fi
54
}
56
}
55
57
56
pkg_config() {
58
pkg_config() {
(-)toshiba-utils-2.0.1-r2.ebuild (-1 / +3 lines)
Lines 54-60 Link Here
54
pkg_postinst() {
54
pkg_postinst() {
55
	ewarn "Dont forget Toshiba Laptop Support for your kernel."
55
	ewarn "Dont forget Toshiba Laptop Support for your kernel."
56
	ewarn "(under Processor Type and Features, CONFIG_TOSHIBA)"
56
	ewarn "(under Processor Type and Features, CONFIG_TOSHIBA)"
57
	[[ ${ROOT} == / ]] && /sbin/modules-update || return 0
57
	if [[ ${ROOT} == / ]] ; then
58
		[[ -x /sbin/update-modules ]] && /sbin/update-modules || /sbin/modules-update
59
	fi
58
}
60
}
59
61
60
pkg_config() {
62
pkg_config() {

Return to bug 174761