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 Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git]
/
emusicremote
/
emusicremote.install
blob
79fbc209877b11f615ea37625395dfd6ce039720
1
post_install() {
2
if [ ! -e /usr/bin/emusicremote ]; then
3
ln -s /usr/share/emusicremote/emusicremote /usr/bin/emusicremote
4
fi
5
echo ">>>"
6
echo ">>> By installing and running this you"
7
echo ">>> agree to any included license,"
8
echo ">>> either from eMusic or otherwise."
9
echo ">>>"
10
}
11
12
op=$1
13
shift
14
15
$op $*