mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-07 07:04:38 +02:00
It was meant to be removed after a review requested it as such, but it seems this only happened in the launcher script.
11 lines
190 B
Bash
11 lines
190 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S pipewire 2>/dev/null
|
|
|
|
cat >&2 <<EOF
|
|
*
|
|
* The /usr/libexec/pipewire-launcher script will be removed in the future to replace it with OpenRC user-services.
|
|
*
|
|
EOF
|
|
|
|
exit 0
|