From c99a6f73592f9f57f652b594998467399bf34441 Mon Sep 17 00:00:00 2001 From: joy <> Date: Sat, 7 Oct 2000 13:22:22 -0800 Subject: [PATCH] [project @ 2000-10-07 14:22:22 by joy] run debbugsconfig on completely new installations --- debian/postinst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 debian/postinst 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# -- 2.39.5