diff options
Diffstat (limited to 'www/firefox/files/firefox.sh.in')
-rw-r--r-- | www/firefox/files/firefox.sh.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/www/firefox/files/firefox.sh.in b/www/firefox/files/firefox.sh.in deleted file mode 100644 index 7d302389a85..00000000000 --- a/www/firefox/files/firefox.sh.in +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/sh -# -# $NetBSD: firefox.sh.in,v 1.2 2012/08/28 12:42:02 ryoon Exp $ -# -# We currently overwrite the nsXULStub launcher with this wrapper script. -# The stub causes problems like HTTPS protocol not working. -# XXX to be investigated - -exec @PREFIX@/lib/xulrunner/xulrunner @PREFIX@/lib/firefox/application.ini "$@" |