mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-30 06:36:39 -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
|
|
}
|