forked-daapd.postinst 149 B

1234567
  1. #!/bin/sh
  2. . $IPKG_INSTROOT/etc/functions.sh
  3. gid=$(get_next_gid)
  4. add_group daapd $gid
  5. add_user daapd $(get_next_uid) $gid
  6. add_rcconf forked_daapd NO