mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-24 15:25:13 +03:00
This is required to use systemd_service outside of the extra-repos/systemd repo. [ci:skip-vercheck] [ci:skip-build]: already built successfully in CI
5 lines
50 B
Bash
5 lines
50 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S abuild 2>/dev/null
|
|
|
|
exit 0
|