PKGBUILDs/community/timidity-freepats/timidity-freepats.install
2009-10-09 21:15:33 -05:00

17 lines
292 B
Text

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: