electron-bin.postinst 176 B

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