View | Details | Raw Unified
Collapse All | Expand All

(-) oprofile-0.9.2.ebuild (-2 / +6 lines)
 Lines 69-75    Link Here 
}
}
pkg_postinst() {
pkg_postinst() {
	[[ ${ROOT} == / ]] && /sbin/modules-update
	if [[ ${ROOT} == / ]] ; then
		[[ -x /sbin/update-modules ]] && /sbin/update-modules || /sbin/modules-update
	fi
	echo
	echo
	elog "Now load the oprofile module by running:"
	elog "Now load the oprofile module by running:"
 Lines 66-72    Link Here 
}
}
pkg_postinst() {
pkg_postinst() {
	[[ ${ROOT} == / ]] && /sbin/modules-update
	if [[ ${ROOT} == / ]] ; then
		[[ -x /sbin/update-modules ]] && /sbin/update-modules || /sbin/modules-update
	fi
	echo
	echo
	elog "Now load the oprofile module by running:"
	elog "Now load the oprofile module by running:"