#!/bin/sh -e

if [ "$1" = "configure" ]; then
    /usr/sbin/wookee-upgrade
fi

#DEBHELPER#

