It was missed in the r46471. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 46582
		
			
				
	
	
		
			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
 |