-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
+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.