From 5b8a6068f9e634bacea5ce99e7c71bcf796a6ab6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 9 Oct 2019 18:06:47 +0200 Subject: remove superold firefox --- package/firefox/files/firefox | 2 -- package/firefox/files/firefox.init | 31 ---------------------------- package/firefox/files/firefox.postinst | 6 ------ package/firefox/files/mozconfig | 37 ---------------------------------- package/firefox/files/xinitrc | 1 - 5 files changed, 77 deletions(-) delete mode 100755 package/firefox/files/firefox delete mode 100755 package/firefox/files/firefox.init delete mode 100644 package/firefox/files/firefox.postinst delete mode 100644 package/firefox/files/mozconfig delete mode 100644 package/firefox/files/xinitrc (limited to 'package/firefox/files') 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 -- cgit v1.2.3