1789a0873c
It was missed in the r46471. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Backport of r46582 SVN-Revision: 46583
8 lines
81 B
Bash
Executable File
8 lines
81 B
Bash
Executable File
#!/bin/sh
|
|
|
|
[ "${ACTION}" = "released" ] || exit 0
|
|
|
|
exec /sbin/poweroff
|
|
|
|
return 0
|