#!/bin/sh set -e #DEBHELPER# case "$1" in configure) if [ -z "$2" ]; then adduser --system repository addgroup --system repo cat >>/etc/sudoers <&2 exit 1 ;; esac