core/fluidsynth/fluidsynth.install
2016-01-20 12:15:33 +01:00

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
}