]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2000-10-07 14:22:22 by joy]
authorjoy <>
Sat, 7 Oct 2000 21:22:22 +0000 (13:22 -0800)
committerjoy <>
Sat, 7 Oct 2000 21:22:22 +0000 (13:22 -0800)
run debbugsconfig on completely new installations

debian/postinst [new file with mode: 0755]

diff --git a/debian/postinst b/debian/postinst
new file mode 100755 (executable)
index 0000000..2d09207
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+if [ "$1" = "configure" -a -z "$2" -a ! -f /etc/debbugs/config ]; then
+  /usr/sbin/debbugsconfig
+fi
+
+#DEBHELPER#