#!/bin/sh . $IPKG_INSTROOT/etc/functions.sh if [ -z $IPKG_INSTROOT ];then chmod u+s /usr/lib/polkit-1/polkit-agent-helper-1;fi gid=$(get_next_gid) add_group polkitd $gid add_user polkitd $(get_next_uid) $gid /var/run add_rcconf polkit NO