[Bug 185776] Review Request: gitweb

bugzilla at redhat.com bugzilla at redhat.com
Sat Mar 18 00:15:49 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: gitweb


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=185776





------- Additional Comments From bkyoung at users.sourceforge.net  2006-03-17 19:15 EST -------
(From update of attachment 126287)
>%postun
># Remove group %{_gitweb_group}
>groupdel %{_gitweb_group}
>

%postun
if test $1 -eq 0; then
# Remove group %{_gitweb_group} for erase
	groupdel %{_gitweb_group} || true > /dev/null 2>&1
fi

The _gitweb_group should remain after an upgrade, but be removed after an
erase!


-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the fedora-extras-list mailing list