From f352850081b06261306024b92763cdbe24974c53 Mon Sep 17 00:00:00 2001 From: joey Date: Sat, 30 Oct 1999 01:01:41 +0000 Subject: [PATCH] r300: * dh_installdebconf: Modified to use new confmodule debconf library. --- autoscripts/postrm-debconf | 4 ++-- debian/changelog | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/autoscripts/postrm-debconf b/autoscripts/postrm-debconf index 2b79156..a0a63b3 100644 --- a/autoscripts/postrm-debconf +++ b/autoscripts/postrm-debconf @@ -1,4 +1,4 @@ -if [ "$1" = purge -a -e /usr/share/debconf/confmodule.sh ]; then - . /usr/share/debconf/confmodule.sh +if [ "$1" = purge -a -e /usr/share/debconf/confmodule ]; then + . /usr/share/debconf/confmodule db_purge fi diff --git a/debian/changelog b/debian/changelog index 1f62e91..8b0faa0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (2.0.67) unstable; urgency=low + + * dh_installdebconf: Modified to use new confmodule debconf library. + + -- Joey Hess Fri, 29 Oct 1999 15:24:47 -0700 + debhelper (2.0.66) unstable; urgency=low * Fixed some problems with dh_installxfonts font dirs. -- 2.39.5