Package: ejabberd
Version: 1.1.1-8
Severity: serious

Hello Torsten,

The ejabberd postrm include the following:

    purge)
        ucf --purge $CONFIG_TARGET
        rm -f $CONFIG_TARGET
        rm -Rf /etc/ejabberd /var/log/ejabberd /var/lib/ejabberd
        rm -f /etc/default/ejabberd
        deluser ejabberd 2>/dev/null || true
        delgroup ejabberd 2>/dev/null || true
        ;;

The postrm script cannot rely on ucf and adduser to be available when purging.

See Policy 7.2:
  Note, however, that the `postrm' cannot rely on any non-essential packages to
  be present during the `purge' phase.

Cheers,
-- 
Bill. <[EMAIL PROTECTED]>

Imagine a large red swirl here. 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to