mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-18 23:22:24 +01:00
6 lines
57 B
Bash
6 lines
57 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S weston-launch 2>/dev/null
|
|
|
|
exit 0
|