mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -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
|
|
}
|