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