|
|
} | } |
| |
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:" |
|
|
} | } |
| |
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:" |