summaryrefslogtreecommitdiffstats
path: root/testing/mpd/mpd.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mpd/mpd.pre-install')
-rw-r--r--testing/mpd/mpd.pre-install4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/mpd/mpd.pre-install b/testing/mpd/mpd.pre-install
new file mode 100644
index 00000000..4baabab1
--- /dev/null
+++ b/testing/mpd/mpd.pre-install
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+adduser -h /var/lib/mpd -s /bin/false -G audio -D mpd 2>/dev/null || true
+