10 lines
		
	
	
	
		
			160 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			160 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
set -e
 | 
						|
 | 
						|
lb clean noauto "${@}"
 | 
						|
 | 
						|
rm -f config/binary config/bootstrap config/chroot config/common config/source
 | 
						|
rm -f config/control
 | 
						|
 | 
						|
rm -f build.log
 |