#!/bin/sh

# This is a simple wrapper for "antivir_start" because
# Java only uses the main group for executing binaries.

exec /usr/lib/AntiVir/gui/bin/antivir_start.real "$@"
