diff options
-rwxr-xr-x | debian/echolot.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |