PKGBUILDs/community/timidity-freepats/timidity-freepats.install

18 lines
292 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
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
}
op=$1
shift
[ "$(type -t "$op")" = "function" ] && $op "$@"
# vim:set ts=2 sw=2 et: