Removed fix-sound hook
							parent
							
								
									a766aaaec6
								
							
						
					
					
						commit
						5d81fef614
					
				@ -1,9 +0,0 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
 | 
			
		||||
$FILE="/etc/default/pulseaudio"
 | 
			
		||||
if [ -f $FILE ];
 | 
			
		||||
then
 | 
			
		||||
	echo "Setting PULSEAUDIO_SYSTEM_START=1"
 | 
			
		||||
	/bin/sed -i 's/PULSEAUDIO_SYSTEM_START=0/PULSEAUDIO_SYSTEM_START=1/g' /etc/default/pulseaudio
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
					Loading…
					
					
				
		Reference in New Issue