summaryrefslogtreecommitdiff
path: root/audio/rplay/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rplay/INSTALL')
-rw-r--r--audio/rplay/INSTALL14
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/rplay/INSTALL b/audio/rplay/INSTALL
deleted file mode 100644
index 1bfa6e5f388..00000000000
--- a/audio/rplay/INSTALL
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: INSTALL,v 1.1 2001/11/01 00:17:50 zuntum Exp $
-
-case $2 in
-PRE-INSTALL)
- ;;
-
-POST-INSTALL)
- if [ ! -f ${PKG_PREFIX}/etc/rplay.conf ]; then
- echo "localhost" >> ${PKG_PREFIX}/etc/rplay.conf
- fi
- ;;
-esac