Bug 224590

Summary: Error in post uninstall script
Product: [Fedora] Fedora Reporter: Phil Knirsch <pknirsch>
Component: rpmAssignee: Paul Nasrat <nobody+pnasrat>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-06-27 12:46:23 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Phil Knirsch 2007-01-26 15:42:41 UTC
During an automated install/deinstall check the following error has happened:

ERROR: Output running post uninstall script for package rpm-0:4.4.2-39.fc7.i386
groupdel: group rpm does not exist

Redirecting the userdel and groupdel commands to /dev/null fixes the problem.

postuninstall scriptlet (using /bin/sh):
if [ $1 = 0 ]; then
    /usr/sbin/userdel rpm > /dev/null 2>&1
    /usr/sbin/groupdel rpm > /dev/null 2>&1
fi
exit 0

Comment 1 Jeff Johnson 2007-01-27 03:49:35 UTC
DUPE of #205769

Comment 2 Panu Matilainen 2007-06-27 12:46:23 UTC

*** This bug has been marked as a duplicate of 205769 ***