mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 12:47:16 +08:00
9 lines
399 B
Plaintext
9 lines
399 B
Plaintext
post_upgrade() {
|
|
echo -e '\e[31;46m WARNING \e[0m'
|
|
echo 'If you have per-user copies of configuration files in ~/.config/pulse/,'
|
|
echo 'make sure you keep them in sync with changes to the packaged files in /etc/pulse/.'
|
|
echo 'Otherwise, PulseAudio may refuse to start due to configuration errors.'
|
|
echo 'Deleting ~/.config/pulse/ is another option to avoid these configuration errors.'
|
|
}
|
|
|