aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/peercast/files/peercast.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/peercast/files/peercast.sh.in')
-rw-r--r--net-p2p/peercast/files/peercast.sh.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/net-p2p/peercast/files/peercast.sh.in b/net-p2p/peercast/files/peercast.sh.in
deleted file mode 100644
index f92d6e3557b0..000000000000
--- a/net-p2p/peercast/files/peercast.sh.in
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-if [ ! -d "$HOME/.peercast" ]; then
- mkdir "$HOME/.peercast" || exit 1
- ln -s "%%DATADIR%%/html" "%%PREFIX%%/libexec/peercast" "$HOME/.peercast" || exit 1
-fi
-
-cd "$HOME/.peercast" || exit 1
-exec ./peercast "$@"