diff options
author | Peter Palfrader <peter@palfrader.org> | 2004-11-14 22:54:11 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2004-11-14 22:54:11 +0000 |
commit | 37f9798469b1240c131a83086986b7494b627e2a (patch) | |
tree | 28452dc0b0959d5f1e2572277ca5e3f6aa71b49a /debian/echolot.postinst | |
parent | 35e54656cb0d8629bae2668d445f644d56cd184a (diff) |
Handle empty PATH too
Diffstat (limited to 'debian/echolot.postinst')
-rwxr-xr-x | debian/echolot.postinst | 1 |
1 files changed, 1 insertions, 0 deletions
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 |