diff options
Diffstat (limited to 'security/cyrus-sasl/DEINSTALL')
-rw-r--r-- | security/cyrus-sasl/DEINSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-sasl/DEINSTALL b/security/cyrus-sasl/DEINSTALL index 858ba8a8d2b..2c96993c6ee 100644 --- a/security/cyrus-sasl/DEINSTALL +++ b/security/cyrus-sasl/DEINSTALL @@ -1,12 +1,12 @@ #!/bin/sh # -# $NetBSD: DEINSTALL,v 1.8 2006/04/13 21:32:40 wiz Exp $ +# $NetBSD: DEINSTALL,v 1.9 2006/04/18 17:41:30 jlam Exp $ SASLDB=@PKG_SYSCONFDIR@/sasldb.db case ${STAGE} in POST-DEINSTALL) - if [ -f ${SASLDB} ]; then + if ${TEST} -f ${SASLDB}; then ${CAT} << EOF =========================================================================== You may want to remove the SASL password data file: |