summaryrefslogtreecommitdiff
path: root/libre/netsurf/netsurf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'libre/netsurf/netsurf.sh')
-rw-r--r--libre/netsurf/netsurf.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/netsurf/netsurf.sh b/libre/netsurf/netsurf.sh
index 01ff68450..da2254763 100644
--- a/libre/netsurf/netsurf.sh
+++ b/libre/netsurf/netsurf.sh
@@ -1,7 +1,7 @@
#!/bin/sh
shortname=`echo $LANG | cut -b1-2`
if [[ -d /usr/share/netsurf/$shortname ]]; then
- /usr/bin/netsurf.elf "$@"
+ /usr/bin/netsurf-gtk3 "$@"
else
- LANG=en /usr/bin/netsurf.elf "$@"
+ LANG=en /usr/bin/netsurf-gtk3 "$@"
fi