#!/bin/sh
. $IPKG_INSTROOT/etc/functions.sh
gid=$(get_next_gid)
add_group mpd $gid
add_user mpd $(get_next_uid) $gid /mnt/media
add_rcconf mpd