post_install() {
cat << EOF
>>> To make TiMidity++ use the Freepats patches,
>>> copy /etc/timidity++/timidity-freepats.cfg
>>>   to /etc/timidity++/timidity.cfg
EOF
}

post_upgrade() {
  post_install $1
}

# vim:set ts=2 sw=2 et:
