#! /bin/sh
set -e

if [ "$1" = "configure" ]; then
    dpkg-trigger --no-await update-schooltool
fi

#DEBHELPER#

