aports/main/postgrey/postgrey.pre-install
Natanael Copa 97f8ecee5b main/postgrey: moved from testing, incl dependencies
Trying to clean up the mess.
2010-02-03 10:40:12 +00:00

7 lines
112 B
Bash

#!/bin/sh
addgroup postgrey 2>/dev/null
adduser -H -h /dev/null -s /bin/false -D postgrey 2>/dev/null
exit 0