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 14 00:11:12 UTC 2012
[aur-mirror.git]
/
alsaequal
/
alsaequal.install
blob
332a6870fe00e47d39a471b67dd84d0862f2f528
1
post_install() {
2
echo "You should go to http://www.thedigitalmachine.net/alsaequal.html"
3
echo "to learn how to configure alsa to take benefit of this package."
4
/bin/true
5
}
6
7
post_upgrade() {
8
post_install
9
}
10
11
op=$1
12
shift
13
14
$op "$@"