diff options
Diffstat (limited to 'media-gfx/evoluspencil/files/launcher')
-rw-r--r-- | media-gfx/evoluspencil/files/launcher | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/media-gfx/evoluspencil/files/launcher b/media-gfx/evoluspencil/files/launcher deleted file mode 100644 index 4ac04e8c8c82..000000000000 --- a/media-gfx/evoluspencil/files/launcher +++ /dev/null @@ -1,9 +0,0 @@ -#!/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 |