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 Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git]
/
jconvolver
/
jconvolver.install
blob
67337cf6c3ea52b545ea61cbe9f04d06a7e2e92c
1
2
3
post_install() {
4
5
cat << 'EOM'
6
7
==> The config files and some example impulses were installed
8
==> to /usr/share/jconvolver/config-files.
9
==> This can be copied to $HOME/ for per-user configuration.
10
==> Please refer to /usr/share/jconvolver/README.CONFIG for full details.
11
12
EOM
13
14
}
15
16
post_upgrade() {
17
18
post_install
19
20
}
21
22
op=$1
23
shift
24
$op $*