#!/bin/bash
set -e
if [[ $1 = "configure" ]]; then
/usr/bin/setupcard.sh upgrade
fi
#DEBHELPER#
exit 0