#!/bin/sh -e

if [ "$1" = "purge" -o "$1" = "remove" ] ; then
    systemctl stop google-guest-agent-manager >/dev/null 2>&1 || :
    ggactl_plugin_cleanup all >/dev/null 2>&1 || :
fi

#DEBHELPER#
