#!/bin/sh
# stdin: default config
# stdout: modified config
set -e
sed 's|^#PACKAGER=.*$|PACKAGER="Daniel Langbein <daniel@systemli.org>"|'