firefox.postinst 169 B

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