#!/bin/sh -e if [ "$1" = "configure" -a -z "$2" -a ! -f /etc/debbugs/config ]; then /usr/sbin/debbugsconfig fi #DEBHELPER#