https://bugzilla.rpmfusion.org/show_bug.cgi?id=4641
leigh scott <leigh123linux(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |leigh123linux(a)gmail.com
--- Comment #1 from leigh scott <leigh123linux(a)gmail.com> ---
Why have you added scriptlets, I suggest you read the guidelines on them
https://fedoraproject.org/wiki/Packaging:Scriptlets?rd=Packaging:Scriptle...
remove them
%post
/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
/usr/bin/update-desktop-database &> /dev/null || :
%postun
if [ $1 -eq 0 ] ; then
/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
fi
/usr/bin/update-desktop-database &> /dev/null || :
%posttrans
/usr/bin/update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null ||
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.