summaryrefslogtreecommitdiff
path: root/package/privoxy/files/privoxy.postinst
blob: 6f23e0f8867aed07a9bc99afb022c0c8148de0bb (plain)
1
2
3
4
5
6
#!/bin/sh
. $IPKG_INSTROOT/etc/functions.sh
gid=$(get_next_gid)
add_user privoxy $(get_next_uid) $gid /etc/privoxy
add_group privoxy $gid
add_rcconf privoxy NO