#!/bin/sh
# Postinstall script for MalwareDB, based on Postgres' script.
# Add the user if it doesn't exist.
if ! ; then
fi
# if the user was created manually, make sure the group is there as well
if ! ; then
fi
# make sure mdbd is in the mdbd group
if ! | ; then
fi
#DEBHELPER#