aports/community/flashrom/flashrom.post-install
Jan Samek 8aa2225c3d main/flashrom: move to community/flashrom
Because of adding 'libftdi1-dev' which comes itself from
community, move flashrom to community as well.

Signed-off-by: Jan Samek <samekh@email.cz>
2023-10-22 08:55:07 +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