From 35e54656cb0d8629bae2668d445f644d56cd184a Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 14 Nov 2004 22:47:45 +0000 Subject: Fix debconf purge in postinst --- debian/echolot.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/echolot.postinst b/debian/echolot.postinst index 59cd723..28edcb2 100755 --- a/debian/echolot.postinst +++ b/debian/echolot.postinst @@ -32,7 +32,7 @@ fi # remove debconf stuff if [ "$1" = "configure" ] && [ -e /usr/share/debconf/confmodule ]; then if dpkg --compare-versions "$2" lt "2.1.7" ; then - /usr/share/debconf/confmodule + . /usr/share/debconf/confmodule db_purge fi fi -- cgit v1.2.3