committing ipk sources
This commit is contained in:
7
lg_webOS/_ipk-building/base-files/source/etc/rc.button/power
Executable file
7
lg_webOS/_ipk-building/base-files/source/etc/rc.button/power
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ "${ACTION}" = "released" ] || exit 0
|
||||
|
||||
exec /sbin/poweroff
|
||||
|
||||
return 0
|
Reference in New Issue
Block a user