]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2000-12-01 14:51:15 by joy]
authorjoy <>
Fri, 1 Dec 2000 22:51:15 +0000 (14:51 -0800)
committerjoy <>
Fri, 1 Dec 2000 22:51:15 +0000 (14:51 -0800)
skip checking for new installs or the config file, debbugsconfig needs to regenerate the HTML, and it will detect existing conffiles

debian/postinst

index 2d0920766cd63f077b1af20082ce2b60e3ae1992..5996c6d649d109e2a999f0ee069614d3bbc74f4a 100755 (executable)
@@ -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