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

--- Comment #2 from mgans...@online.de <mgans...@online.de> ---
(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 <marti...@fedoraproject.org> - 3.5-2
- remove scriptlets now longer needed

-- 
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 -- rpmfusion-developers@lists.rpmfusion.org
To unsubscribe send an email to rpmfusion-developers-le...@lists.rpmfusion.org

Reply via email to