You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/evoluspencil/files/launcher

10 lines
324 B

#!/bin/sh
if [ -x /usr/bin/firefox ] ; then
/usr/bin/firefox --app "/usr/share/evoluspencil/application.ini"
elif [ -x /usr/bin/firefox-bin ] ; then
/usr/bin/firefox-bin --app "/usr/share/evoluspencil/application.ini"
else
echo Could not execute required /usr/bin/firefox or /usr/bin/firefox-bin
fi