#!/bin/sh -e dsc=/etc/ggz/clients/kamikaze if test -f /usr/bin/ggz-config; then echo unregister $dsc ggz-config --remove --modfile=$dsc || true fi #DEBHELPER# exit 0