#!/bin/sh
set -e

if [ "$1" = "purge" ] ; then
	groupdel timekpr 2>/dev/null || true
fi

#DEBHELPER#
