#!/bin/sh
set -e

if [ "$1" = "configure" ] ; then
	groupadd -g 2000 timekpr 2>/dev/null || true
fi

#DEBHELPER#
