summarylogtreecommitdiffstats
path: root/alsaequal.install
blob: 332a6870fe00e47d39a471b67dd84d0862f2f528 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
	echo "You should go to http://www.thedigitalmachine.net/alsaequal.html"
	echo "to learn how to configure alsa to take benefit of this package."
	/bin/true
}

post_upgrade() {
	post_install
}

op=$1
shift

$op "$@"