summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey>1999-10-30 01:01:41 +0000
committerjoey <joey>1999-10-30 01:01:41 +0000
commitf352850081b06261306024b92763cdbe24974c53 (patch)
tree653d2998891c6a0b76ab4ae6d7d47fe3e916bad4
parent36b83819ecf4d1263c16f04b9ba9f515a8480510 (diff)
r300: * dh_installdebconf: Modified to use new confmodule debconf library.
-rw-r--r--autoscripts/postrm-debconf4
-rw-r--r--debian/changelog6
2 files changed, 8 insertions, 2 deletions
diff --git a/autoscripts/postrm-debconf b/autoscripts/postrm-debconf
index 2b79156f..a0a63b31 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 1f62e917..8b0faa01 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 <joeyh@master.debian.org> Fri, 29 Oct 1999 15:24:47 -0700
+
debhelper (2.0.66) unstable; urgency=low
* Fixed some problems with dh_installxfonts font dirs.