mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-12 00:14:38 +08:00
11 lines
418 B
Plaintext
11 lines
418 B
Plaintext
|
post_install() {
|
||
|
echo
|
||
|
echo " > FluidSynth comes with a daemon. Start/enable it with systemd."
|
||
|
echo " > Before that, you need a soundfont and some preconfiguration:"
|
||
|
echo " /etc/conf.d/fluidsynth"
|
||
|
echo
|
||
|
echo " > PulseAudio output when running as a daemon is known to be"
|
||
|
echo " > problematic. See the following bulletin board post:"
|
||
|
echo " https://bbs.archlinux.org/viewtopic.php?id=135092"
|
||
|
echo
|
||
|
}
|