diff options
Diffstat (limited to 'audio/realplayer7/pkg/INSTALL')
-rw-r--r-- | audio/realplayer7/pkg/INSTALL | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/audio/realplayer7/pkg/INSTALL b/audio/realplayer7/pkg/INSTALL deleted file mode 100644 index af56983accd..00000000000 --- a/audio/realplayer7/pkg/INSTALL +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# -# $NetBSD: INSTALL,v 1.2 2000/08/15 06:38:37 jlam Exp $ - -case $2 in -POST-INSTALL) - cat << EOF -============================================================== - -Please be sure to read ${PKG_PREFIX}/lib/RealPlayer7/LICENSE. - -Users can run ${PKG_PREFIX}/lib/RealPlayer7/mimeinstall.sh to -install the RealPlayer MIME types into their .mime.types and -.mailcap files and to install a RealPlayer icon and MIME types -into their KDE or GNOME desktop. - -============================================================== -EOF - ;; -*) - ;; -esac -exit 0 |