mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			215 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			215 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| # since we depend on coreutils and busybox trigger has not yet run, we
 | |
| # use busybox directly as workaround
 | |
| /bin/busybox rm -f etc/gtk-2.0/gtk.immodules
 | |
| /bin/busybox rm -f etc/gtk-2.0/gdk-pixbuf.loaders
 | |
| 
 |