avahi.postinst 191 B

12345678
  1. #!/bin/sh
  2. . $IPKG_INSTROOT/etc/functions.sh
  3. gid=$(get_next_gid)
  4. add_group netdev $gid
  5. gid2=$(get_next_gid)
  6. add_group avahi $gid2
  7. add_user avahi $(get_next_uid) $gid2 /tmp
  8. add_rcconf avahi NO