#!/bin/sh
PYTHONPATH="$(dirname "$0")${PYTHONPATH:+:$PYTHONPATH}" \
exec python3 -m univention.l10n.cmd install "$@"
