https://bugzilla.rpmfusion.org/show_bug.cgi?id=4993

leigh scott <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from leigh scott <[email protected]> ---
Remove the scriptlets as they are obsolete


#########################################RUNTIME
MACROS##############################
%post
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
update-desktop-database &> /dev/null || :


%postun
if [ $1 -eq 0 ] ; then
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
update-desktop-database &> /dev/null || :
#------------------------------------------------------------------------
%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#------------------------------------------------------------------------------------------------------------------------

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
_______________________________________________
rpmfusion-developers mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to