#!/bin/sh

[ $# -gt 0 ] || exit 0

CONFIGD_XGETTEXT=/usr/bin/configd-xgettext

[ -x "$CONFIGD_XGETTEXT" ] && "$CONFIGD_XGETTEXT" "$@"
