#! /bin/sh

set -e

if [ "$1" = configure ]; then
    update-binfmts --import || true
fi

#DEBHELPER#

exit 0
