summaryrefslogtreecommitdiff
path: root/devel/astah-community/files/mozilla
diff options
context:
space:
mode:
Diffstat (limited to 'devel/astah-community/files/mozilla')
-rw-r--r--devel/astah-community/files/mozilla10
1 files changed, 0 insertions, 10 deletions
diff --git a/devel/astah-community/files/mozilla b/devel/astah-community/files/mozilla
deleted file mode 100644
index 5ece63ef79c9..000000000000
--- a/devel/astah-community/files/mozilla
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-# eliminate own path from PATH (without this, cause a inifinite loop)
-PATH=${PATH#$(dirname $0)}
-
-# add your favorite browser in the top of the list
-for browser in mozilla linux-mozilla firefox linux-mozillafirebird opera linux-opera
-do
- type $browser > /dev/null 2>&1 && exec $browser "$@"
-done