#!/bin/sh

PKGCONF="$topdir/package.conf.d"
exec "$executablename" --global-conf "$PKGCONF" ${1+"$@"}

