diff options
Diffstat (limited to 'www-client/conkeror/files/conkeror.sh')
-rw-r--r-- | www-client/conkeror/files/conkeror.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/www-client/conkeror/files/conkeror.sh b/www-client/conkeror/files/conkeror.sh deleted file mode 100644 index 9b46d5bb0c07..000000000000 --- a/www-client/conkeror/files/conkeror.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash -# Wrapper script for conkeror - -for cmd in firefox firefox-bin; do - xr=$(type -p ${cmd}) - if [[ -n ${xr} ]]; then - : ${MOZ_PLUGIN_PATH:=/usr/lib/nsbrowser/plugins} #497070 - export MOZ_PLUGIN_PATH - exec "${xr}" -app /usr/share/conkeror/application.ini "$@" - fi -done - -echo "$0: firefox required, but not found." >&2 -exit 1 |