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

--- Comment #2 from Akarshan Biswas <[email protected]> ---
Okay. Do I need to add certain provides and conflicts as to prevent conflict
with the chromium package?(In reply to leigh scott from comment #1)
> 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 || :
> #----------------------------------------------------------------------------
> --------------------------------------------

Okay. Do I need to add certain provides/conflicts to prevent any conflict with
already available chromium package?

-- 
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