7 lines
		
	
	
		
			111 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			111 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| if [[ "${CATEGORY}/${PN}" == "media-sound/pulseaudio" ]] ; then
 | |
| 	chmod -x /usr/bin/pulseaudio
 | |
| fi
 | |
| 
 |