mirror of
				https://git.launchpad.net/livecd-rootfs
				synced 2025-10-31 08:54:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			237 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			237 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #! /bin/sh -ex
 | |
| 
 | |
| # live-build "helpfully" removes /etc/apt/preferences.d/* so we put a
 | |
| # copy somewhere it won't touch it.
 | |
| 
 | |
| if [ -n "$(ls -A /etc/apt/preferences.d)" ]; then
 | |
|     cp -a /etc/apt/preferences.d /etc/apt/preferences.d.save
 | |
| fi
 |