GlobalProtect-openconnect/packaging/aur/gp.install
2022-05-29 21:00:37 +08:00

9 lines
135 B
Plaintext
Executable File

post_install() {
systemctl enable gpservice.service
systemctl restart gpservice.service
}
post_upgrade() {
post_install
}