aboutsummaryrefslogtreecommitdiffstats
path: root/testing/librespot/librespot.pre-install
blob: c8c0e047b4ce07e8c507d54508bee958338989ae (plain)
1
2
3
4
5
#!/bin/sh

adduser -S -D -H -s /sbin/nologin -G audio -g audio clamav 2>/dev/null

exit 0