aports/testing/netsurf/netsurf
2016-12-22 23:28:12 +01:00

8 lines
162 B
Bash

#!/bin/sh
shortname=$(echo $LANG | cut -b1-2)
if [ -d /usr/share/netsurf/$shortname ]; then
/usr/bin/netsurf-gtk "$@"
else
LANG=en /usr/bin/netsurf-gtk "$@"
fi