#!/bin/sh

if ! dpkg --assert-support-predepends ; then
	echo "\nPlease upgrade to a newer version of dpkg\n"
	exit 1
fi
