mirror of
				https://git.launchpad.net/livecd-rootfs
				synced 2025-11-04 10:54:07 +00:00 
			
		
		
		
	Import patches-unapplied version 2.346 to ubuntu/wily-proposed
Imported using git-ubuntu import.
Changelog parent: b9bcbd6aae67b699f66f7ab9da7d1650749016ff
New changelog entries:
  * merge lp:~sil2100/livecd-rootfs/remove_apt_lists to drop cruft from
    /var/lib/apt/lists on phone images
			
			
This commit is contained in:
		
							parent
							
								
									b9bcbd6aae
								
							
						
					
					
						commit
						0682fffca1
					
				
							
								
								
									
										7
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@ -1,3 +1,10 @@
 | 
			
		||||
livecd-rootfs (2.346) wily; urgency=medium
 | 
			
		||||
 | 
			
		||||
  * merge lp:~sil2100/livecd-rootfs/remove_apt_lists to drop cruft from
 | 
			
		||||
    /var/lib/apt/lists on phone images
 | 
			
		||||
 | 
			
		||||
 -- Oliver Grawert <ogra@ubuntu.com>  Wed, 30 Sep 2015 15:23:02 +0200
 | 
			
		||||
 | 
			
		||||
livecd-rootfs (2.345) wily; urgency=medium
 | 
			
		||||
 | 
			
		||||
  [ Łukasz Zemczak ]
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										9
									
								
								live-build/ubuntu-touch/hooks/99-remove-lists.chroot
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										9
									
								
								live-build/ubuntu-touch/hooks/99-remove-lists.chroot
									
									
									
									
									
										Executable file
									
								
							@ -0,0 +1,9 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
 | 
			
		||||
# remove-lists: Remove all apt lists for space as our apport does not need them
 | 
			
		||||
#
 | 
			
		||||
# Author: Łukasz 'sil2100' Zemczak <achiang@canonical.com>
 | 
			
		||||
# Date  : September 22, 2015
 | 
			
		||||
 | 
			
		||||
echo "Removing /var/lib/apt/lists/*"
 | 
			
		||||
find /var/lib/apt/lists/ -type f | xargs rm -f
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user