#!/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
