#!/bin/sh
. $IPKG_INSTROOT/etc/functions.sh
gid=$(get_next_gid)
add_user cups $(get_next_uid) $gid /tmp
add_group cups $gid
add_rcconf cups cups NO