567d2ab3f8
It was missed in the r46471. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 46582
7 lines
81 B
Bash
Executable file
7 lines
81 B
Bash
Executable file
#!/bin/sh
|
|
|
|
[ "${ACTION}" = "released" ] || exit 0
|
|
|
|
exec /sbin/poweroff
|
|
|
|
return 0
|