summaryrefslogtreecommitdiffstats
path: root/main/fetchmail/fetchmail.pre-install
blob: 4a1b630e008abdcc075ff902d162e132f0e3dbb0 (plain)
1
2
3
4
#!/bin/sh

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