#!/bin/sh
set -e

if dpkg --assert-working-epoch ; then
    echo Yay
fi

if dpkg --assert-multi-conrep ; then
    echo Yay
fi

#DEBHELPER#
