mock mock.spec,1.5,1.6

Ville Skyttä ville.skytta at iki.fi
Sun Jun 5 08:27:52 UTC 2005


On Sun, 2005-06-05 at 04:00 -0400, Seth Vidal wrote:

>  %postun
> -groupdel mock >/dev/null 2>&1 || :
> +if [ $1 == 0 ]; then
> +   groupdel mock >/dev/null 2>&1 || :
> +fi

groupdel and userdel are always bad ideas in packages.  Just remove the
%postun scriptlet altogether.




More information about the fedora-extras-commits mailing list