#!/bin/sh
export LD_LIBRARY_PATH=/usr/lib/mozilla:$LD_LIBRARY_PATH
export MOZILLA_FIVE_HOME=/usr/lib/mozilla
exec /usr/lib/devhelp/devhelp "$@"
