(In reply to leigh scott from comment #1) > Why have you added scriptlets, I suggest you read the guidelines on them > > https://fedoraproject.org/wiki/Packaging:Scriptlets?rd=Packaging: > ScriptletSnippets#desktop-database > > 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 || haven't read the new package rules. Spec URL: https://martinkg.fedorapeople.org/Review/SPECS/mp4tools.spec SRPM URL: https://martinkg.fedorapeople.org/Review/SRPMS/mp4tools-3.5-2.fc26.src.rpm %changelog * Sat Sep 02 2017 Martin Gansser <martinkg@fedoraproject.org> - 3.5-2 - remove scriptlets now longer needed