From a897e6d3114a4992f00ebb36c0604c5ee5f73462 Mon Sep 17 00:00:00 2001 From: Junichi Uekawa Date: Sat, 15 Mar 2008 09:58:49 +0900 Subject: postinst contains dummy call to debconf so that installing through dpkg will call debconf pbuilder.config script --- debian/pbuilder.postinst | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 debian/pbuilder.postinst (limited to 'debian') diff --git a/debian/pbuilder.postinst b/debian/pbuilder.postinst new file mode 100644 index 0000000..00bf681 --- /dev/null +++ b/debian/pbuilder.postinst @@ -0,0 +1,5 @@ +#!/bin/sh +set -e +. /usr/share/debconf/confmodule +#DEBHELPER# +exit 0 -- cgit v1.2.3