diff options
author | Jon Nelson <jnelson@gentoo.org> | 2002-04-10 01:20:35 +0000 |
---|---|---|
committer | Jon Nelson <jnelson@gentoo.org> | 2002-04-10 01:20:35 +0000 |
commit | 566cd736b0cc67ee03db0873268a9f86a787770b (patch) | |
tree | fbfbb5da2f2fff59c6c607f0de91737e0961b4af /net-www/netscape-communicator | |
parent | the grand re-naming of netscape to netscape-communicator continues (diff) | |
download | historical-566cd736b0cc67ee03db0873268a9f86a787770b.tar.gz historical-566cd736b0cc67ee03db0873268a9f86a787770b.tar.bz2 historical-566cd736b0cc67ee03db0873268a9f86a787770b.zip |
forgot to add files/netscape
Diffstat (limited to 'net-www/netscape-communicator')
-rw-r--r-- | net-www/netscape-communicator/files/netscape | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net-www/netscape-communicator/files/netscape b/net-www/netscape-communicator/files/netscape new file mode 100644 index 000000000000..291dc4dee6e7 --- /dev/null +++ b/net-www/netscape-communicator/files/netscape @@ -0,0 +1,8 @@ +#!/bin/sh + +export MOZILLA_HOME=/opt/netscape + +if [ -f $MOZILLA_HOME/netscape ] +then + $MOZILLA_HOME/netscape $@ +fi |