X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/a542396b43f4217f5b76bf884ca1b9080dbd5cfa..9155ea97b695b6eb5fca1ee79f57b334f6c4ef53:/debian/fw.postinst diff --git a/debian/fw.postinst b/debian/fw.postinst deleted file mode 100644 index 41ae0c3..0000000 --- a/debian/fw.postinst +++ /dev/null @@ -1,10 +0,0 @@ -#! /bin/sh - -set -e -getent group fw >/dev/null || addgroup --system fw -getent passwd fw >/dev/null || { - adduser --system --ingroup fw --home / fw - usermod -c "Port forwarding daemon" -s /bin/false -g fw -G fw fw -} - -#DEBHELPER#