#!/bin/sh
if [ -e /proc/sys/kernel/grsecurity/ ]; then
cat - <<EOF

 ************[  flashrom package installation notice ]****************
 
          You appear to be running a grsec enabled kernel.
   flashrom needs write access to /dev/mem and will likely not work
 
 *********************************************************************

EOF
fi
exit 0

