mirror of
				https://git.proxmox.com/git/llvm-toolchain
				synced 2025-10-31 13:49:24 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			180 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			180 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh -e
 | |
| 
 | |
| if test "$1" = "configure"; then
 | |
|     if test -x /usr/sbin/update-binfmts; then
 | |
|         update-binfmts --import llvm-3.4-runtime.binfmt || true
 | |
|     fi
 | |
| fi
 | |
| 
 | |
| #DEBHELPER#
 | 
