GlobalProtect-openconnect/packaging/aur/gp.install
2022-05-23 22:20:06 +08:00

8 lines
134 B
Plaintext
Executable File

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