mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 07:19:39 +01:00
200 B
200 B
#!/bin/sh
if ( cat /proc/cpuinfo|grep -i hardware|grep -i SHARP ) &&
[ ".$@" = ".-s" -o ".$@" = ".--suspend" ]; then
killall -USR1 apmd || /usr/bin/apm.orig -s
else
/usr/bin/apm.orig "$@"
fi