Subversion Repositories sa-exim

Compare Revisions

Ignore whitespace Rev 19 → Rev 20

/trunk/debian/postrm
39,8 → 39,9
fi
# In the rather uncommon event that debconf has been removed before
# us, we have no choice but leaving the spool directory alone.
if [ -e /var/spool/sa-exim ] && ! rmdir /var/spool/sa-exim 2>/dev/null
&& [ -f /usr/share/debconf/confmodule ]; then
if [ -e /var/spool/sa-exim ] &&
! rmdir /var/spool/sa-exim 2>/dev/null &&
[ -f /usr/share/debconf/confmodule ]; then
db_version 2.0
db_input medium sa-exim/purge_spool || true
db_go || true