post_install() {
  getent group adbusers >/dev/null || groupadd -r adbusers
  true
}
