diff options
Diffstat (limited to 'net-p2p/peercast/files/peercast.sh.in')
-rw-r--r-- | net-p2p/peercast/files/peercast.sh.in | 9 |
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 "$@" |