From: joy <> Date: Fri, 1 Dec 2000 22:51:15 +0000 (-0800) Subject: [project @ 2000-12-01 14:51:15 by joy] X-Git-Tag: release/2.6.0~1167 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b275fa5c5e5e6a3470315c38df37a9af8df7aabf;p=debbugs.git [project @ 2000-12-01 14:51:15 by joy] skip checking for new installs or the config file, debbugsconfig needs to regenerate the HTML, and it will detect existing conffiles --- diff --git a/debian/postinst b/debian/postinst index 2d092076..5996c6d6 100755 --- a/debian/postinst +++ b/debian/postinst @@ -1,6 +1,6 @@ #!/bin/sh -e -if [ "$1" = "configure" -a -z "$2" -a ! -f /etc/debbugs/config ]; then +if [ "$1" = "configure" ]; then /usr/sbin/debbugsconfig fi