Package: ippl
Version: 1.4.14-7
Severity: serious

Hello Marc,

There is an error when attempting to purge ippl:
  Removing ippl ...
  Purging configuration files for ippl ...
  Removing system user
  Unknown option: home

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

Furthermore the postrm include:
if [ "$1" = "purge" ]; then
        rm -rf /var/log/ippl
        
        echo >&2 'Removing system user'
        deluser --home $HOMEDIR --system $USERNAME
        rm -rf $HOMEDIR
fi

Unfortunately deluser does not understand the --home option.

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