diff options
Diffstat (limited to 'www/netscape/files/netscape_mozilla')
-rw-r--r-- | www/netscape/files/netscape_mozilla | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/netscape/files/netscape_mozilla b/www/netscape/files/netscape_mozilla new file mode 100644 index 00000000000..ff087ca1e1d --- /dev/null +++ b/www/netscape/files/netscape_mozilla @@ -0,0 +1,9 @@ +#!/bin/sh +# $NetBSD: netscape_mozilla,v 1.1 2001/07/27 14:26:18 abs Exp $ + +# Simple script used if NS_MOZILLA is set when netscape installed + +if [ -z "$NETSCAPE_PREFERRED" ]; then + NETSCAPE_PREFERRED=mozilla:navigator:communicator +fi +exec ns-open $@ |