Package: fbgetty
Version: 0.1.698-7
Severity: serious

Hello Sylvain,

There is an error when attempting to remove fbgetty:
   Removing fbgetty ...
   dpkg: error processing fbgetty (--remove):
    subprocess post-removal script returned error exit status 1

The postrm include the following:

        remove | disappear)
                id fbgetty > /dev/null 2>&1 && userdel fbgetty
                sg fbgetty -c true 2> /dev/null && groupdel fbgetty

1) this fail if the user fbgetty does not exist, so the script is not
idempotent as it should.

2) direct use of userdel/groupdel are frowned upon, you must use
adduser tools: deluser, delgroup, see policy 10.9. Permissions and
owners

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