#!/bin/sh set -e case "$1" in configure) if ! getent group shadow | grep -q '^shadow:[^:]*:42' then groupadd -g 42 shadow || ( cat <