summaryrefslogtreecommitdiff
path: root/net-p2p/peercast/files/peercast.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/peercast/files/peercast.in')
-rw-r--r--net-p2p/peercast/files/peercast.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/net-p2p/peercast/files/peercast.in b/net-p2p/peercast/files/peercast.in
deleted file mode 100644
index b0ec0996b36b..000000000000
--- a/net-p2p/peercast/files/peercast.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 "$@"