summaryrefslogtreecommitdiff
path: root/package/davfs2/ipkg/davfs2.postinst
blob: 1d333c4a674bef5b0b7590d4870b48b819566eb4 (plain)
1
2
3
4
5
#!/bin/sh
. $IPKG_INSTROOT/etc/functions.sh
gid=$(get_next_gid)
add_group davfs2 $gid
add_user davfs2 $(get_next_uid) $gid /nonexistent