mirror of
				https://github.com/yuezk/GlobalProtect-openconnect.git
				synced 2025-05-20 07:26:58 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			135 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			135 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| post_install() {
 | |
|     systemctl enable gpservice.service
 | |
|     systemctl restart gpservice.service
 | |
| }
 | |
| 
 | |
| post_upgrade() {
 | |
|     post_install
 | |
| }
 |