Files
2026-04-06 21:59:41 +08:00

18 lines
981 B
Bash
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#!/bin/sh
set -e
case "$1" in
configure)
echo "kaisa-hdmi-pipewire-fix: UCM2 已安装至 /usr/share/alsa/ucm2/sof-rt5682 + GoogleKaisa"
echo "kaisa-hdmi-pipewire-fix: WirePlumber 片段: /etc/wireplumber/wireplumber.conf.d/"
echo " 重要UCM产品目标无 Jack 不误导)与强制 pro-audio 片段二选一。"
echo " 若优先 UCM请移走 50-kaisa-sof-rt5682-hdmi.conf 后执行:"
echo " systemctl --user restart wireplumber pipewire pipewire-pulse"
echo " 注意: apt upgrade 本包后若该文件曾被删/改名, 可能被再次装入; UCM 用户请再移走。"
echo " 否则保留 pro-audio 过渡时,可暂叠 UCM 但行为以 OPERATION 互斥说明为准。"
echo " 详见: /usr/share/doc/kaisa-hdmi-pipewire-fix/README.md.gz"
echo " 本包当前仅含 UCM2 + WirePlumber 片段;自动 restore / IEC958 / Jack 轮询工具尚未随 deb 提供,见 OPERATION 手顺。"
;;
esac
#DEBHELPER#
exit 0