summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-debconf
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postrm-debconf')
-rw-r--r--autoscripts/postrm-debconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/postrm-debconf b/autoscripts/postrm-debconf
index a0a63b31..5a61724d 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