summaryrefslogtreecommitdiff
path: root/security/globalprotect-openconnect/pkg-deinstall
blob: 151d67d8d66bfcbd22f104122c9af1bec88bdb1e (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

# gpclient will hang in some cases if the running gpservice is outdated
if [ x"$2" = x"DEINSTALL" ]; then
    pkill gpservice gpclient
fi

exit 0