Package: zorp-modules
Version: 3.0.8-0.1
Severity: serious

Hello Attila,
There is an error when attempting to remove zorp-modules:

   Removing zorp-modules ...
   Purging configuration files for zorp-modules ...
   rmdir: zorp/pylib: No such file or directory
   dpkg: error processing zorp-modules (--purge):
    subprocess post-removal script returned error exit status 1
   Errors were encountered while processing:
    zorp-modules

the postrm is not idempotent as it should:

        if [ -d /usr/share/zorp ]; then
                cd /usr/share/
                rmdir --parents --ignore-fail-on-non-empty zorp/pylib/Zorp 
zorp/*
        fi

It fails the second time since zorp/pylib/Zorp does not exist.

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