mirror of
				https://git.proxmox.com/git/llvm-toolchain
				synced 2025-11-04 02:27:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			192 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			192 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
set -e
 | 
						|
 | 
						|
if test "$1" = "configure"; then
 | 
						|
	if which update-binfmts >/dev/null; then
 | 
						|
        update-binfmts --import llvm-@LLVM_VERSION@-runtime.binfmt || true
 | 
						|
    fi
 | 
						|
fi
 | 
						|
 | 
						|
#DEBHELPER#
 |