summaryrefslogtreecommitdiff
path: root/package/firefox/files
diff options
context:
space:
mode:
Diffstat (limited to 'package/firefox/files')
-rwxr-xr-xpackage/firefox/files/firefox2
-rwxr-xr-xpackage/firefox/files/firefox.init31
-rw-r--r--package/firefox/files/firefox.postinst6
-rw-r--r--package/firefox/files/mozconfig37
-rw-r--r--package/firefox/files/xinitrc1
5 files changed, 0 insertions, 77 deletions
diff --git a/package/firefox/files/firefox b/package/firefox/files/firefox
deleted file mode 100755
index 4b93d8e8d..000000000
--- a/package/firefox/files/firefox
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-env LD_LIBRARY_PATH=/usr/lib/firefox-50.1.0 /usr/lib/firefox-50.1.0/firefox
diff --git a/package/firefox/files/firefox.init b/package/firefox/files/firefox.init
deleted file mode 100755
index fe6104721..000000000
--- a/package/firefox/files/firefox.init
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/bin/sh
-#PKG firefox
-#INIT 98
-. /etc/rc.conf
-
-case $1 in
-autostop) ;;
-autostart)
- test x"${firefox:-NO}" = x"NO" && exit 0
- test x"$firefox" = x"DAEMON" && test -x /bin/mksh && exec mksh -T- $0 start
- exec sh $0 start
- ;;
-start)
- if [ ! -d /data/firefox ];then
- mkdir -p /data/firefox
- chown firefox /data/firefox
- fi
- su - firefox -c startx
- ;;
-stop)
- ;;
-restart)
- sh $0 stop
- sh $0 start
- ;;
-*)
- echo "Usage: $0 {start | stop | restart}"
- exit 1
- ;;
-esac
-exit $?
diff --git a/package/firefox/files/firefox.postinst b/package/firefox/files/firefox.postinst
deleted file mode 100644
index a9be54701..000000000
--- a/package/firefox/files/firefox.postinst
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-. $IPKG_INSTROOT/etc/functions.sh
-add_rcconf firefox NO
-gid=$(get_next_gid)
-add_group firefox $gid
-add_user firefox $(get_next_uid) $gid /data/firefox /bin/sh
diff --git a/package/firefox/files/mozconfig b/package/firefox/files/mozconfig
deleted file mode 100644
index 0b9caf6ca..000000000
--- a/package/firefox/files/mozconfig
+++ /dev/null
@@ -1,37 +0,0 @@
-ac_add_options --disable-dbus
-ac_add_options --disable-necko-wifi
-ac_add_options --disable-pulseaudio
-ac_add_options --disable-gconf
-ac_add_options --enable-system-sqlite
-ac_add_options --with-system-libevent
-ac_add_options --with-system-libvpx
-ac_add_options --with-system-nspr
-ac_add_options --with-system-nss
-ac_add_options --with-system-icu
-# Stripping is now enabled by default.
-# Uncomment these lines if you need to run a debugger
-ac_add_options --disable-strip
-ac_add_options --disable-install-strip
-ac_add_options --disable-crashreporter
-ac_add_options --disable-updater
-ac_add_options --disable-tests
-ac_add_options --disable-optimize
-
-ac_add_options --enable-gio
-ac_add_options --enable-official-branding
-ac_add_options --enable-safe-browsing
-ac_add_options --enable-url-classifier
-
-# From firefox-40, using system cairo causes firefox to crash
-# frequently when it is doing background rendering in a tab.
-#ac_add_options --enable-system-cairo
-ac_add_options --enable-system-ffi
-ac_add_options --enable-system-pixman
-
-ac_add_options --with-pthreads
-
-ac_add_options --with-system-bz2
-ac_add_options --with-system-jpeg
-ac_add_options --with-system-png
-ac_add_options --with-system-zlib
-
diff --git a/package/firefox/files/xinitrc b/package/firefox/files/xinitrc
deleted file mode 100644
index cdc71236c..000000000
--- a/package/firefox/files/xinitrc
+++ /dev/null
@@ -1 +0,0 @@
-exec firefox