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