#!/bin/sh

set -e

if [ "$DPKG_QUERY_FILE" ] ; then
    cat "$DPKG_QUERY_FILE"
fi

exit 0
