summarylogtreecommitdiffstats
path: root/emusicremote.install
diff options
context:
space:
mode:
Diffstat (limited to 'emusicremote.install')
-rw-r--r--emusicremote.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/emusicremote.install b/emusicremote.install
new file mode 100644
index 000000000000..79fbc209877b
--- /dev/null
+++ b/emusicremote.install
@@ -0,0 +1,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 $*