blob: b29e93c5e0a9d2e1af2ee53c49a9e4c0fe61b2c9 (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo "Woof! uses FluidSynth for high-quality MIDI playback."
echo "You can install a soundfont package such as 'soundfount-fluid', or add your"
echo "own soundfont directories to soundfont_dir in ~/.local/share/woof/woof.cfg."
echo "Soundfonts can be selected from the Options -> General menu inside Woof!."
echo "See also https://wiki.archlinux.org/title/FluidSynth for more information."
}
|