mirror of
				https://github.com/yuezk/GlobalProtect-openconnect.git
				synced 2025-05-20 07:26:58 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			193 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			193 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| post_install() {
 | |
|     systemctl --system daemon-reload
 | |
|     systemctl enable gp-suspend.service
 | |
| }
 | |
| 
 | |
| post_upgrade() {
 | |
|     post_install
 | |
| }
 | |
| 
 | |
| post_remove() {
 | |
|     systemctl disable gp-suspend.service
 | |
| }
 |