X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autoscripts%2Fpostrm-debconf;h=5a61724d3b2c257b36fd5a0558223d388e378434;hb=e2a6d4cec4a7ee952cf6a7f250d80f1d75a38f95;hp=a0a63b313e54af2f1ba793b584f27534f645e993;hpb=f352850081b06261306024b92763cdbe24974c53;p=debhelper.git diff --git a/autoscripts/postrm-debconf b/autoscripts/postrm-debconf index a0a63b3..5a61724 100644 --- a/autoscripts/postrm-debconf +++ b/autoscripts/postrm-debconf @@ -1,4 +1,4 @@ -if [ "$1" = purge -a -e /usr/share/debconf/confmodule ]; then +if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge fi