#!/bin/sh

set -e

. /usr/share/debconf/confmodule

# source dbconfig-common shell library, and call the hook function
if [ -f /usr/share/dbconfig-common/dpkg/prerm.mysql ]; then
    . /usr/share/dbconfig-common/dpkg/prerm.mysql 
    dbc_go convirt $@
fi

#DEBHELPER#

exit 0
