#!/bin/sh
set -e

if dpkg --assert-support-predepends ; then
    echo Yay
fi

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

if dpkg --assert-long-filenames ; then
    echo Yay
fi

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

#DEBHELPER#
