aboutsummaryrefslogtreecommitdiffstats
path: root/testing/librespot/librespot.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/librespot/librespot.pre-install')
-rw-r--r--testing/librespot/librespot.pre-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/librespot/librespot.pre-install b/testing/librespot/librespot.pre-install
new file mode 100644
index 0000000000..c8c0e047b4
--- /dev/null
+++ b/testing/librespot/librespot.pre-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+adduser -S -D -H -s /sbin/nologin -G audio -g audio clamav 2>/dev/null
+
+exit 0