aports/main/fetchmail/fetchmail.pre-install
Natanael Copa b70981b68e moved extra/* to main/
and fixed misc build issues
2009-07-24 08:01:31 +00:00

5 lines
90 B
Bash

#!/bin/sh
adduser -H -h /var/lib/fetchmail -s /bin/false -D fetchmail 2>/dev/null
exit 0