davfs2.postinst 136 B

12345
  1. #!/bin/sh
  2. . $IPKG_INSTROOT/etc/functions.sh
  3. gid=$(get_next_gid)
  4. add_group davfs2 $gid
  5. add_user davfs2 $(get_next_uid) $gid /nonexistent