aports/main/flashrom/flashrom.post-install
2010-10-14 07:06:33 +00:00

16 lines
357 B
Bash
Executable File

#!/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