aports/community/pipewire/pipewire.post-install
Bart Ribbers 13527551f5 community/pipewire: remove recommendation to switch to OpenRC user services from .post-install
It was meant to be removed after a review requested it as such, but it
seems this only happened in the launcher script.
2025-03-25 10:30:17 +01:00

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