aports/testing/mpd/mpd.pre-install
Natanael Copa 868e4cbd62 testing/mpd: new aport
Music daemon that plays MP3, FLAC, and Ogg Vorbis files
http://musicpd.org
2009-09-10 09:07:14 +00:00

5 lines
86 B
Bash

#!/bin/sh
adduser -h /var/lib/mpd -s /bin/false -G audio -D mpd 2>/dev/null || true