#!/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
