#!/bin/sh
set -e

if [ "$1" = "upgrade" ]; then
	/usr/bin/dpkg-cross-convert --test
fi

#DEBHELPER#

exit 0
