#!/bin/sh set -e if [ -f /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule fi if [ -f /usr/share/dbconfig-common/dpkg/postrm.mysql ]; then . /usr/share/dbconfig-common/dpkg/postrm.mysql dbc_go pmb $@ fi if [ "$1" = "purge" ]; then rm -f /etc/pmb/debian-db.php if which ucf >/dev/null 2>&1; then ucf --purge /etc/pmb/debian-db.php fi fi rm -f /var/lib/pmb/PMB_POSTCONFIG_OK #DEBHELPER#