aports/community/xandikos/xandikos.pre-install
Hugo Osvaldo Barrera 5b426f8ed6 community/xandikos: move from testing
This package has been in testing for nearly four years.
2025-03-17 06:57:23 +00:00

6 lines
131 B
Bash

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