#!/bin/sh -e

. /usr/share/debconf/confmodule
db_input high keyman/user_group || true
db_go || true

exit 0
