#!/bin/bash

set -e
#set -x
#init for debian

#DEBHELPER#

if [ -f /usr/share/debconf/confmodule ]; then
    . /usr/share/debconf/confmodule
fi

if [ -f /usr/share/dbconfig-common/dpkg/prerm.mysql ]; then
    . /usr/share/dbconfig-common/dpkg/prerm.mysql
    dbc_go chiton "$@" || true
fi
