aports/testing/radicale/radicale.pre-install
Natanael Copa fe8a40d64b testing/radicale: new aport
A simple CalDAV (calendar) and CardDAV (contact) server
http://radicale.org
2014-11-17 15:11:03 +00:00

8 lines
174 B
Bash

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