diff options
Diffstat (limited to 'www-client/firefox/files/firefox-wayland.sh')
-rw-r--r-- | www-client/firefox/files/firefox-wayland.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/www-client/firefox/files/firefox-wayland.sh b/www-client/firefox/files/firefox-wayland.sh deleted file mode 100644 index 44280250..00000000 --- a/www-client/firefox/files/firefox-wayland.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -# -# Run Mozilla Firefox under Wayland -# -export MOZ_ENABLE_WAYLAND=1 -exec @PREFIX@/bin/firefox "$@" |