From 37f9798469b1240c131a83086986b7494b627e2a Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 14 Nov 2004 22:54:11 +0000 Subject: Handle empty PATH too --- debian/echolot.postinst | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/echolot.postinst') diff --git a/debian/echolot.postinst b/debian/echolot.postinst index 28edcb2..b638d88 100755 --- a/debian/echolot.postinst +++ b/debian/echolot.postinst @@ -34,6 +34,7 @@ if [ "$1" = "configure" ] && [ -e /usr/share/debconf/confmodule ]; then if dpkg --compare-versions "$2" lt "2.1.7" ; then . /usr/share/debconf/confmodule db_purge + db_stop fi fi -- cgit v1.2.3