#! /bin/sh
set -e

#DEBHELPER#

if [ "$1" = "configure" ]; then
  update-python-modules -a
fi
