diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-04-12 14:40:58 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-04-12 14:55:32 +0300 |
commit | 1c97e5a856a42b771d1423d1c8f6f1917320a3c4 (patch) | |
tree | b569a47c416f5f4ede53d13399f767ff7f4c429d /www-client/firefox/files/firefox-x11.sh | |
parent | mail-client/thunderbird: remove outdated (diff) | |
download | mozilla-1c97e5a856a42b771d1423d1c8f6f1917320a3c4.tar.gz mozilla-1c97e5a856a42b771d1423d1c8f6f1917320a3c4.tar.bz2 mozilla-1c97e5a856a42b771d1423d1c8f6f1917320a3c4.zip |
www-client/firefox: remove outdated
- and security vulnerable versions,
- ::gentoo is at 99.0 and esr-91.8.0.
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-client/firefox/files/firefox-x11.sh')
-rw-r--r-- | www-client/firefox/files/firefox-x11.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/www-client/firefox/files/firefox-x11.sh b/www-client/firefox/files/firefox-x11.sh deleted file mode 100644 index 75655669..00000000 --- a/www-client/firefox/files/firefox-x11.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -# -# Run Mozilla Firefox on X11 -# -export MOZ_DISABLE_WAYLAND=1 -exec @PREFIX@/bin/firefox "$@" |