summaryrefslogtreecommitdiff
path: root/devel/astah-community/files/netscape
diff options
context:
space:
mode:
Diffstat (limited to 'devel/astah-community/files/netscape')
-rw-r--r--devel/astah-community/files/netscape7
1 files changed, 0 insertions, 7 deletions
diff --git a/devel/astah-community/files/netscape b/devel/astah-community/files/netscape
deleted file mode 100644
index 77997f4e77c1..000000000000
--- a/devel/astah-community/files/netscape
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-# add your favorite browser in the top of the list
-for browser in mozilla linux-mozilla firefox linux-mozillafirebird opera linux-opera netscape7-english
-do
- type $browser > /dev/null 2>&1 && exec $browser "$@"
-done