0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-27 08:34:56 +00:00
Files
termux-packages/x11-packages/xdg-utils/scripts-xdg-email.in.patch
2025-03-09 14:02:32 +02:00

12 lines
192 B
Diff

--- a/scripts/xdg-email.in
+++ b/scripts/xdg-email.in
@@ -271,7 +271,7 @@
run_thunderbird "$client" "$1"
esac
- xdg-open "$1"
+ xdg-utils-xdg-open "$1"
exit $?
}