summaryrefslogtreecommitdiff
path: root/autoscripts
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 /autoscripts
parent36b83819ecf4d1263c16f04b9ba9f515a8480510 (diff)
r300: * dh_installdebconf: Modified to use new confmodule debconf library.
Diffstat (limited to 'autoscripts')
-rw-r--r--autoscripts/postrm-debconf4
1 files changed, 2 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