aports/community/fetchmail/fetchmail.pre-install
Natanael Copa 746f402cbf community/fetchmail: move from main
fetchmailconf depends on python3-tkinter which is in community
2021-01-12 11:19:55 +00:00

7 lines
157 B
Bash

#!/bin/sh
addgroup -S fetchmail 2>/dev/null
adduser -S -D -H -h /var/lib/fetchmail -s /sbin/nologin -G fetchmail -g fetchmail fetchmail 2>/dev/null
exit 0