1
0
Fork 0
mirror of https://gitlab.postmarketos.org/postmarketOS/pmaports.git synced 2025-07-24 15:25:13 +03:00
pmaports/extra-repos/systemd/abuild/abuild.pre-install
Oliver Smith 110ba69520
extra-repos/systemd/abuild: new aport
Copy abuild to extra-repos/systemd as workaround for now.

Related: issue 3452
2025-01-10 18:58:46 +01:00

5 lines
50 B
Bash

#!/bin/sh
addgroup -S abuild 2>/dev/null
exit 0