	#!/bin/sh
	[ -z "${IPKG_INSTROOT}" ] && {
		pidof pgyvpnsvr > /dev/null && test -f ${PKG_ROOT}etc/init.d/pgyvpn && /etc/init.d/pgyvpn stop; true
	}
	exit 0
