summarylogtreecommitdiffstats
path: root/emusicremote.install
blob: 79fbc209877b11f615ea37625395dfd6ce039720 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
	if [ ! -e /usr/bin/emusicremote ]; then
		ln -s /usr/share/emusicremote/emusicremote /usr/bin/emusicremote
	fi
	echo ">>>"
	echo ">>> By installing and running this you"
	echo ">>> agree to any included license,"
	echo ">>> either from eMusic or otherwise."
	echo ">>>"
}

op=$1
shift

$op $*