From: joy <> Date: Sat, 7 Oct 2000 21:22:22 +0000 (-0800) Subject: [project @ 2000-10-07 14:22:22 by joy] X-Git-Tag: release/2.6.0~1233 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c99a6f73592f9f57f652b594998467399bf34441;p=debbugs.git [project @ 2000-10-07 14:22:22 by joy] run debbugsconfig on completely new installations --- diff --git a/debian/postinst b/debian/postinst new file mode 100755 index 00000000..2d092076 --- /dev/null +++ b/debian/postinst @@ -0,0 +1,7 @@ +#!/bin/sh -e + +if [ "$1" = "configure" -a -z "$2" -a ! -f /etc/debbugs/config ]; then + /usr/sbin/debbugsconfig +fi + +#DEBHELPER#