aports/testing/librespot/librespot.pre-install
2017-04-16 13:48:45 +02:00

6 lines
90 B
Bash

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