repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Sat Jan 21 08:01:15 UTC 2012
[aur-mirror.git]
/
timidity-eawpatches
/
timidity-eawpatches.install
blob
c5eb1966e7a6fdde13fe8f37c10bb990cd122e64
1
post_install() {
2
cat << EOF
3
>>> To make TiMidity++ use the EAW patches,
4
>>> copy /etc/timidity++/timidity-eawpats.cfg
5
>>> to /etc/timidity++/timidity.cfg
6
7
EOF
8
}
9
10
post_upgrade() {
11
post_install $1
12
}
13
14
op=$1
15
shift
16
17
$op $*