From b275fa5c5e5e6a3470315c38df37a9af8df7aabf Mon Sep 17 00:00:00 2001 From: joy <> Date: Fri, 1 Dec 2000 14:51:15 -0800 Subject: [PATCH] [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 --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5