privoxy.postinst 160 B

123456
  1. #!/bin/sh
  2. . $IPKG_INSTROOT/etc/functions.sh
  3. gid=$(get_next_gid)
  4. add_user privoxy $(get_next_uid) $gid /etc/privoxy
  5. add_group privoxy $gid
  6. add_rcconf privoxy NO