mirror of
				https://github.com/vyos/vyos-build.git
				synced 2025-10-01 20:28:40 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			221 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			221 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| # We do not need any documentation on the system. This frees some space.
 | |
| # Copyright/licenses files are ignored for deletion
 | |
| shopt -s extglob
 | |
| rm -rf /usr/share/doc/*/!(copyright*|README*) /usr/share/doc-base
 |