Not sure if the trigger on kernel-utils removal actually runs though.

This commit is contained in:
Jon Masters 2006-10-12 22:10:45 +00:00
parent aa0f713642
commit cebfb0e83f

View File

@ -73,7 +73,7 @@ family=`cat /proc/cpuinfo | grep "^cpu family" | sort -u | awk -F ": " '{ print
/sbin/chkconfig --add microcode_ctl
/sbin/chkconfig microcode_ctl on
%triggerpostun -- microcode_ctl
%triggerpostun -- kernel-utils
# Only enable on Intel 686's and above.
vendor=`cat /proc/cpuinfo | grep "^vendor_id" | sort -u | awk -F ": " '{ print $2 }'`
[ "$vendor" != "GenuineIntel" ] && exit 0