#! /bin/sh # $Id$ # $URL$ set -e case $1 in configure) logs=/var/log/mailmin if ! test -e $logs then mkdir -m 0775 $logs chgrp www-data $logs fi temp=/var/lib/mailmin if ! test -e $temp then mkdir -m 0775 $temp chgrp www-data $temp fi esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0