summaryrefslogtreecommitdiffstats
path: root/ubuntu/raring/applications/amarok/debian/kubuntu-media-amarok
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-04-17 13:53:27 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-04-17 13:53:27 +0900
commit7ceb46211ddfdbfd07b79e9cd2077ed0605ef47e (patch)
tree6a309da61ff8fad680a38dd405e7066646262cfa /ubuntu/raring/applications/amarok/debian/kubuntu-media-amarok
parente43a1170040313d3384f0eefdf7a071059b9c2a9 (diff)
downloadtde-packaging-7ceb46211ddfdbfd07b79e9cd2077ed0605ef47e.tar.gz
tde-packaging-7ceb46211ddfdbfd07b79e9cd2077ed0605ef47e.zip
Removed Ubuntu/raring folder
Diffstat (limited to 'ubuntu/raring/applications/amarok/debian/kubuntu-media-amarok')
-rw-r--r--ubuntu/raring/applications/amarok/debian/kubuntu-media-amarok16
1 files changed, 0 insertions, 16 deletions
diff --git a/ubuntu/raring/applications/amarok/debian/kubuntu-media-amarok b/ubuntu/raring/applications/amarok/debian/kubuntu-media-amarok
deleted file mode 100644
index dacf7fc55..000000000
--- a/ubuntu/raring/applications/amarok/debian/kubuntu-media-amarok
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-DEVICE=$@
-
-if [ -n "$DEVICE" ];then
- if [ ${DEVICE:0:7} = "audiocd" ]; then
- amarok --cdplay ${DEVICE#*=}
- elif [ ${DEVICE:0:1} = "/" ]; then
- amarok --cdplay `dcop kded mediamanager fullList | grep -B1 $DEVICE | head -n1`
- else
- amarok --cdplay /dev/cdrom
- fi
-else
- amarok --cdplay /dev/cdrom
-fi
-