From c84545b9234bf1d233983d5ae59ab59d573a5460 Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 21 Jun 2002 00:46:43 +0000 Subject: r533: * In script fragments, use more posix tests, no -a or -o, no parens. Closes: #150403 --- autoscripts/postrm-debconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoscripts/postrm-debconf') 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 -- cgit v1.2.3