#!/bin/sh
#DEBHELPER#
set -e
. /usr/share/debconf/confmodule

#ugly hack
alias ucf="ucf --debconf-ok"
dbc_generate_include_owner="root:www-data"
dbc_generate_include_perms="0640"
dbc_generate_include=php:/etc/confusa/confusa_config.inc.php
. /usr/share/dbconfig-common/dpkg/postinst.mysql
dbc_go confusa $@ 
