10 lines
353 B
Text
10 lines
353 B
Text
case ${ACTION} in
|
|
post)
|
|
cat <<_EOF
|
|
==========================================================================
|
|
By default this package uses its built-in timidity as MIDI synth,
|
|
optionally installing the fluidsynth package replaces it. It is
|
|
dlopen(3)ed at runtime.
|
|
==========================================================================
|
|
_EOF
|
|
esac
|