[Bug 468554] Review Request: barrage - Kill and destroy as many targets as possible within 3 minutes

bugzilla at redhat.com bugzilla at redhat.com
Sat Oct 25 21:59:22 UTC 2008


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


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


Simon Wesp <cassmodiah at fedoraproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cassmodiah at fedoraproject.or
                   |                            |g




--- Comment #1 from Simon Wesp <cassmodiah at fedoraproject.org>  2008-10-25 17:59:20 EDT ---
you forgot a little thing :-)


%post
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi


%postun
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the package-review mailing list