mirror of
				https://github.com/brain-hackers/brain-config.git
				synced 2025-11-04 06:28:39 +09:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			225 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			225 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
if [ -e /etc/init.d/switch_cpu_governor ]; then
 | 
						|
  update-rc.d switch_cpu_governor remove >/dev/null
 | 
						|
fi
 | 
						|
 | 
						|
if dpkg --compare-versions "${2}" lt-nl "20170619"; then
 | 
						|
  update-rc.d -f brain-config remove
 | 
						|
fi
 | 
						|
 | 
						|
#DEBHELPER#
 |