mirror of
				https://git.launchpad.net/livecd-rootfs
				synced 2025-11-03 02:14:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			231 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			231 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#! /bin/sh
 | 
						|
set -e
 | 
						|
 | 
						|
export LB_LINUX_FLAVOURS="none"
 | 
						|
lb clean noauto "$@"
 | 
						|
 | 
						|
rm -rf config
 | 
						|
rm -f binary.manifest binary.manifest-desktop binary.log
 | 
						|
rm -f livecd.*
 | 
						|
rm -rf userdata
 | 
						|
rm -rf chroot.*
 | 
						|
rm -rf overlay.*
 | 
						|
rm -rf *.manifest.full
 |