summaryrefslogtreecommitdiff
path: root/www/netscape/files/netscape_navigator
diff options
context:
space:
mode:
Diffstat (limited to 'www/netscape/files/netscape_navigator')
-rw-r--r--www/netscape/files/netscape_navigator9
1 files changed, 0 insertions, 9 deletions
diff --git a/www/netscape/files/netscape_navigator b/www/netscape/files/netscape_navigator
deleted file mode 100644
index a3eef5d7a87..00000000000
--- a/www/netscape/files/netscape_navigator
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-# $NetBSD: netscape_navigator,v 1.3 2002/03/11 10:18:25 abs Exp $
-
-# Simple script used if NS_NAVIGATOR is set when netscape installed
-
-if [ -z "$NETSCAPE_PREFERRED" ]; then
- NETSCAPE_PREFERRED=navigator:communicator:mozilla
-fi
-exec ns-open "$@"